POST api/LoupanOpenInfo/UpdateLoupanOpenInfo
后台--更新开盘信息
Request Information
URI Parameters
None.
Body Parameters
内容
mh163k_house_loupan_openInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
楼盘开盘id |
integer |
None. |
| LoupanId |
楼盘 |
integer |
None. |
| IntOrder |
排序 |
integer |
None. |
| OpenDate |
开盘日期 |
date |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<mh163k_house_loupan_openInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.HouseTemplate.Service.Model"> <Id>1</Id> <IntOrder>3</IntOrder> <LoupanId>2</LoupanId> <OpenDate>2026-04-09T17:44:01.8652791+08:00</OpenDate> </mh163k_house_loupan_openInfo>
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/" />