GET api/ZhongJie/GetPagedZhongJieByKeywords?PageSize={PageSize}&Keywords={Keywords}&PageID={PageID}

根据关键字查询中介,带分页

Request Information

URI Parameters

NameDescriptionTypeAdditional information
PageSize

每页条数

integer

None.

Keywords

关键字

string

None.

PageID

分页页数

integer

None.

Body Parameters

None.

Response Information

Resource Description

根据关键字查询中介,带分页

PagedOfZhongJieUserDto
NameDescriptionTypeAdditional information
Data

Collection of ZhongJieUserDto

None.

TotalRecord

integer

None.

TotalPage

integer

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<PagedOfZhongJieUserDtoHaYjLisz 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.House.Service.Dto.ZhongJie">
    <d2p1:ZhongJieUserDto>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:UserId>2</d2p1:UserId>
      <d2p1:UserName>sample string 3</d2p1:UserName>
      <d2p1:UserTel>sample string 4</d2p1:UserTel>
      <d2p1:ZhongjieName>sample string 5</d2p1:ZhongjieName>
      <d2p1:ZhongjieTel>sample string 6</d2p1:ZhongjieTel>
    </d2p1:ZhongJieUserDto>
    <d2p1:ZhongJieUserDto>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:UserId>2</d2p1:UserId>
      <d2p1:UserName>sample string 3</d2p1:UserName>
      <d2p1:UserTel>sample string 4</d2p1:UserTel>
      <d2p1:ZhongjieName>sample string 5</d2p1:ZhongjieName>
      <d2p1:ZhongjieTel>sample string 6</d2p1:ZhongjieTel>
    </d2p1:ZhongJieUserDto>
  </Data>
  <TotalPage>2</TotalPage>
  <TotalRecord>1</TotalRecord>
</PagedOfZhongJieUserDtoHaYjLisz>