GET api/InfoBizSub/GetAllBizSubItems?ItemName={ItemName}&BizId={BizId}&StartTime={StartTime}&EndTime={EndTime}&PageSize={PageSize}&Search={Search}&PageID={PageID}

获取全部商家预约项目

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ItemName

预约项目名称

string

None.

BizId

预约商家标识

integer

None.

StartTime

预约起始时间

date

None.

EndTime

预约截止时间

date

None.

PageSize

每页条数

integer

None.

Search

关键字

string

None.

Keywords

关键字

string

None.

PageID

分页页数

integer

None.

Body Parameters

None.

Response Information

Resource Description

获取全部商家预约项目

Collection of mh163k_InfoBizSub_BizSubItems
NameDescriptionTypeAdditional information
Id

预约项目标识

integer

None.

BizId

预约商家标识

integer

None.

SubName

预约项目名称

string

None.

IPAddress

IP地址

string

None.

StartTime

起始预约时间

date

None.

EndTime

截止预约时间

date

None.

CreateTime

创建时间

date

None.

IntOrder

顺序值

integer

None.

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: 无法访问已关闭的流。

text/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: 无法访问已关闭的流。

application/xml, text/xml

Sample:
<ArrayOfmh163k_InfoBizSub_BizSubItems xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.InfoBizSub.Service.Model">
  <mh163k_InfoBizSub_BizSubItems>
    <BizId>2</BizId>
    <CreateTime>2025-08-22T19:07:48.5833212+08:00</CreateTime>
    <EndTime>2025-08-22T19:07:48.5833212+08:00</EndTime>
    <IPAddress>sample string 4</IPAddress>
    <Id>1</Id>
    <IntOrder>8</IntOrder>
    <StartTime>2025-08-22T19:07:48.5833212+08:00</StartTime>
    <SubName>sample string 3</SubName>
  </mh163k_InfoBizSub_BizSubItems>
  <mh163k_InfoBizSub_BizSubItems>
    <BizId>2</BizId>
    <CreateTime>2025-08-22T19:07:48.5833212+08:00</CreateTime>
    <EndTime>2025-08-22T19:07:48.5833212+08:00</EndTime>
    <IPAddress>sample string 4</IPAddress>
    <Id>1</Id>
    <IntOrder>8</IntOrder>
    <StartTime>2025-08-22T19:07:48.5833212+08:00</StartTime>
    <SubName>sample string 3</SubName>
  </mh163k_InfoBizSub_BizSubItems>
</ArrayOfmh163k_InfoBizSub_BizSubItems>