POST api/FangYuan/HouseJunJiaEdit

后台--房源均价信息修改

Request Information

URI Parameters

None.

Body Parameters

房价均价信息

HouseJunjiaDto
NameDescriptionTypeAdditional information
Detailsid

记录id

integer

None.

Intyear

年份 /不可为空

integer

None.

Intmonth

月份 /不可为空

integer

None.

Price

均价

decimal number

None.

Zoushi

走势

decimal number

None.

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

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 'HouseJunjiaDto'.

Response Information

Resource Description

后台--房源均价信息修改

Object

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:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />