POST api/HouseDistribution/UpdateLouPanCenterReportTrueover?loupanId={loupanId}
楼盘中心--更新报备记录成交额
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
loupanId | integer |
Required |
Body Parameters
ReportTurnoverDtoName | Description | Type | Additional information |
---|---|---|---|
Id |
报备id |
integer |
None. |
Turnover |
成交额 |
decimal number |
None. |
Achievement |
业绩 |
decimal number |
None. |
ReportDesp |
描述 |
string |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<ReportTurnoverDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.HouseDistribution.Service.Dto.Report"> <Achievement>3.1</Achievement> <Id>1</Id> <ReportDesp>sample string 4</ReportDesp> <Turnover>2.1</Turnover> </ReportTurnoverDto>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
楼盘中心--更新报备记录成交额
ObjectNone.
Response Formats
application/json
Sample:
text/json
Sample:
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/" />