GET api/LouPan/GetLouPanCountBySaleStatus?statuses[0]={statuses[0]}&statuses[1]={statuses[1]}

获取楼盘总数根据不同销售状态

Request Information

URI Parameters

NameDescriptionTypeAdditional information
statuses

销售状态

Collection of SaleStatus

Required

Body Parameters

None.

Response Information

Resource Description

获取楼盘总数根据不同销售状态

Dictionary of SaleStatus [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.SaleStatusNullableOfint2BAA1H6B xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <KeyValueOfEnumsHouse.SaleStatusNullableOfint2BAA1H6B>
    <Key>Forsale</Key>
    <Value>1</Value>
  </KeyValueOfEnumsHouse.SaleStatusNullableOfint2BAA1H6B>
</ArrayOfKeyValueOfEnumsHouse.SaleStatusNullableOfint2BAA1H6B>