GET api/FangYuan/GetDelegateNum

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

Request Information

URI Parameters

None.

Body Parameters

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

Collection of DealType

Request 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:
<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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'IEnumerable`1'.

Response Information

Resource Description

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

Dictionary of DealType [key] and integer [value]

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:
<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>