GET api/FangYuan/GetFangYuanAveragePrice?top={top}&desc={desc}
获取房源均价
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| top |
top=0获取全部 |
integer |
Default value is 0 |
| desc |
时间倒序 |
boolean |
Default value is True |
Body Parameters
None.
Response Information
Resource Description
获取房源均价
Collection of HouseJunjiaDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Detailsid |
记录id |
integer |
None. |
| Intyear |
年份 /不可为空 |
integer |
None. |
| Intmonth |
月份 /不可为空 |
integer |
None. |
| Price |
均价 |
decimal number |
None. |
| Zoushi |
走势 |
decimal number |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<ArrayOfHouseJunjiaDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Dto.House">
<HouseJunjiaDto>
<Detailsid>1</Detailsid>
<Intmonth>3</Intmonth>
<Intyear>2</Intyear>
<Price>4</Price>
<Zoushi>5.1</Zoushi>
</HouseJunjiaDto>
<HouseJunjiaDto>
<Detailsid>1</Detailsid>
<Intmonth>3</Intmonth>
<Intyear>2</Intyear>
<Price>4</Price>
<Zoushi>5.1</Zoushi>
</HouseJunjiaDto>
</ArrayOfHouseJunjiaDto>