GET api/InfoBizSub/GetPagedBizSubItems?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

搜索商家预约项目

PagedOfmh163k_InfoBizSub_BizSubItems
NameDescriptionTypeAdditional information
Data

Collection of mh163k_InfoBizSub_BizSubItems

None.

TotalRecord

integer

None.

TotalPage

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:
<PagedOfmh163k_InfoBizSub_BizSubItems0L_SybY_S2 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Infrastructure.Pages">
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Mh.InfoBizSub.Service.Model">
    <d2p1:mh163k_InfoBizSub_BizSubItems>
      <d2p1:BizId>2</d2p1:BizId>
      <d2p1:CreateTime>2025-08-22T19:06:28.0749795+08:00</d2p1:CreateTime>
      <d2p1:EndTime>2025-08-22T19:06:28.0749795+08:00</d2p1:EndTime>
      <d2p1:IPAddress>sample string 4</d2p1:IPAddress>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:IntOrder>8</d2p1:IntOrder>
      <d2p1:StartTime>2025-08-22T19:06:28.0749795+08:00</d2p1:StartTime>
      <d2p1:SubName>sample string 3</d2p1:SubName>
    </d2p1:mh163k_InfoBizSub_BizSubItems>
    <d2p1:mh163k_InfoBizSub_BizSubItems>
      <d2p1:BizId>2</d2p1:BizId>
      <d2p1:CreateTime>2025-08-22T19:06:28.0749795+08:00</d2p1:CreateTime>
      <d2p1:EndTime>2025-08-22T19:06:28.0749795+08:00</d2p1:EndTime>
      <d2p1:IPAddress>sample string 4</d2p1:IPAddress>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:IntOrder>8</d2p1:IntOrder>
      <d2p1:StartTime>2025-08-22T19:06:28.0749795+08:00</d2p1:StartTime>
      <d2p1:SubName>sample string 3</d2p1:SubName>
    </d2p1:mh163k_InfoBizSub_BizSubItems>
  </Data>
  <TotalPage>2</TotalPage>
  <TotalRecord>1</TotalRecord>
</PagedOfmh163k_InfoBizSub_BizSubItems0L_SybY_S2>