GET api/FangYuan/GetNewHouseJunjia

获取最新房源均价

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

获取最新房源均价

HouseJunjiaDto
NameDescriptionTypeAdditional information
Detailsid

记录id

integer

None.

Intyear

年份 /不可为空

integer

None.

Intmonth

月份 /不可为空

integer

None.

Price

均价

decimal number

None.

Zoushi

走势

decimal number

None.

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:
<HouseJunjiaDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Dto.House">
  <Detailsid>1</Detailsid>
  <Intmonth>3</Intmonth>
  <Intyear>2</Intyear>
  <Price>4</Price>
  <Zoushi>5.1</Zoushi>
</HouseJunjiaDto>