GET api/FangYuan/SearchDelegate?MenDianId={MenDianId}&DealType={DealType}&ManId={ManId}&Phone={Phone}&PageSize={PageSize}&Search={Search}&PageID={PageID}

后台--查询房源委托,带分页

Request Information

URI Parameters

NameDescriptionTypeAdditional information
MenDianId

门店id,外部ajax无需传入

integer

None.

DealType

房源交易类型

DealType

None.

ManId

经纪人id,外部ajax无需传入

integer

None.

Phone

电话

string

None.

PageSize

每页条数

integer

None.

Search

关键字

string

None.

Keywords

关键字

string

None.

PageID

分页页数

integer

None.

Body Parameters

None.

Response Information

Resource Description

后台--查询房源委托,带分页

PagedOfMenDianDelegateDto
NameDescriptionTypeAdditional information
Data

Collection of MenDianDelegateDto

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:
<PagedOfMenDianDelegateDto4nsBF18D 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.MenDian">
    <d2p1:MenDianDelegateDto>
      <d2p1:AgentId>11</d2p1:AgentId>
      <d2p1:AgentName>sample string 12</d2p1:AgentName>
      <d2p1:DealType>Sell</d2p1:DealType>
      <d2p1:Dtappenddate>2024-04-30T11:40:48.3948455+08:00</d2p1:Dtappenddate>
      <d2p1:HouseNumber>sample string 13</d2p1:HouseNumber>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:IpAddress>sample string 14</d2p1:IpAddress>
      <d2p1:IsTrade>true</d2p1:IsTrade>
      <d2p1:IsWhole>true</d2p1:IsWhole>
      <d2p1:MendianId>9</d2p1:MendianId>
      <d2p1:MendianName>sample string 10</d2p1:MendianName>
      <d2p1:NickName>sample string 7</d2p1:NickName>
      <d2p1:Phone>sample string 6</d2p1:Phone>
      <d2p1:Price>4.1</d2p1:Price>
      <d2p1:Size>3.1</d2p1:Size>
      <d2p1:WeChat>sample string 8</d2p1:WeChat>
      <d2p1:XiaoQu>sample string 2</d2p1:XiaoQu>
    </d2p1:MenDianDelegateDto>
    <d2p1:MenDianDelegateDto>
      <d2p1:AgentId>11</d2p1:AgentId>
      <d2p1:AgentName>sample string 12</d2p1:AgentName>
      <d2p1:DealType>Sell</d2p1:DealType>
      <d2p1:Dtappenddate>2024-04-30T11:40:48.3948455+08:00</d2p1:Dtappenddate>
      <d2p1:HouseNumber>sample string 13</d2p1:HouseNumber>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:IpAddress>sample string 14</d2p1:IpAddress>
      <d2p1:IsTrade>true</d2p1:IsTrade>
      <d2p1:IsWhole>true</d2p1:IsWhole>
      <d2p1:MendianId>9</d2p1:MendianId>
      <d2p1:MendianName>sample string 10</d2p1:MendianName>
      <d2p1:NickName>sample string 7</d2p1:NickName>
      <d2p1:Phone>sample string 6</d2p1:Phone>
      <d2p1:Price>4.1</d2p1:Price>
      <d2p1:Size>3.1</d2p1:Size>
      <d2p1:WeChat>sample string 8</d2p1:WeChat>
      <d2p1:XiaoQu>sample string 2</d2p1:XiaoQu>
    </d2p1:MenDianDelegateDto>
  </Data>
  <TotalPage>2</TotalPage>
  <TotalRecord>1</TotalRecord>
</PagedOfMenDianDelegateDto4nsBF18D>