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:

Sample not available.

text/json

Sample:

Sample not available.

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:

Sample not available.

Response Information

Resource Description

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

Object

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

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/" />