GET api/XiaoQu/GetXiaoquAgentInfos?xiaoquId={xiaoquId}
获取前五中介信息
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| xiaoquId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
获取前五中介信息
Collection of ZhongjieDataDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
中介id |
integer |
None. |
| HouseCount |
房源总数 |
integer |
None. |
| MendianName |
门店名称 |
string |
None. |
| MendianId |
门店id |
integer |
None. |
| Truename |
经纪人姓名 |
string |
None. |
| Filepath |
个人头像 |
string |
None. |
| Chrtel |
手机 |
string |
None. |
|
微信号 |
string |
None. |
|
| WeChatUrl |
微信二维码 |
string |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<ArrayOfZhongjieDataDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Dto.ZhongJie">
<ZhongjieDataDto>
<Chrtel>sample string 7</Chrtel>
<Filepath>sample string 6</Filepath>
<HouseCount>2</HouseCount>
<Id>1</Id>
<MendianId>4</MendianId>
<MendianName>sample string 3</MendianName>
<Truename>sample string 5</Truename>
<WeChat>sample string 8</WeChat>
<WeChatUrl>sample string 9</WeChatUrl>
</ZhongjieDataDto>
<ZhongjieDataDto>
<Chrtel>sample string 7</Chrtel>
<Filepath>sample string 6</Filepath>
<HouseCount>2</HouseCount>
<Id>1</Id>
<MendianId>4</MendianId>
<MendianName>sample string 3</MendianName>
<Truename>sample string 5</Truename>
<WeChat>sample string 8</WeChat>
<WeChatUrl>sample string 9</WeChatUrl>
</ZhongjieDataDto>
</ArrayOfZhongjieDataDto>