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:

Sample not available.

text/json

Sample:

Sample not available.

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>