GET api/FangYuan/GetDelegateNum

后台--查询房源委托数量

Request Information

URI Parameters

None.

Body Parameters

交易性质集合,取全网所有房源委托,交易类型可传Default即-1

Collection of DealType

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<ArrayOfEnumsHouse.DealType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.EnumsHouse">
  <EnumsHouse.DealType>Sell</EnumsHouse.DealType>
  <EnumsHouse.DealType>Sell</EnumsHouse.DealType>
</ArrayOfEnumsHouse.DealType>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

后台--查询房源委托数量

Dictionary of DealType [key] and integer [value]

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<ArrayOfKeyValueOfEnumsHouse.DealTypeNullableOfint2BAA1H6B xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <KeyValueOfEnumsHouse.DealTypeNullableOfint2BAA1H6B>
    <Key>Sell</Key>
    <Value>1</Value>
  </KeyValueOfEnumsHouse.DealTypeNullableOfint2BAA1H6B>
</ArrayOfKeyValueOfEnumsHouse.DealTypeNullableOfint2BAA1H6B>