GET api/XiaoQu/GetXiaoquMendian?xiaoquId={xiaoquId}

获取前小区绑定中介信息

Request Information

URI Parameters

NameDescriptionTypeAdditional information
xiaoquId

integer

Required

Body Parameters

None.

Response Information

Resource Description

获取前小区绑定中介信息

ZhongjieDataDto
NameDescriptionTypeAdditional information
Id

中介id

integer

None.

HouseCount

房源总数

integer

None.

MendianName

门店名称

string

None.

MendianId

门店id

integer

None.

Truename

经纪人姓名

string

None.

Filepath

个人头像

string

None.

Chrtel

手机

string

None.

WeChat

微信号

string

None.

WeChatUrl

微信二维码

string

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:
<ZhongjieDataDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Dto.ZhongJie">
  <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>