POST api/LoupanOpenInfo/CreateLoupanOpenInfo
后台--新增开盘信息
Request Information
URI Parameters
None.
Body Parameters
内容
mh163k_house_loupan_openInfoName | 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>2025-08-22T19:01:03.0827894+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/" />