POST api/LoupanOpenInfo/CreateLoupanOpenInfo

后台--新增开盘信息

Request Information

URI Parameters

None.

Body Parameters

内容

mh163k_house_loupan_openInfo
NameDescriptionTypeAdditional information
Id

楼盘开盘id

integer

None.

LoupanId

楼盘

integer

None.

IntOrder

排序

integer

None.

OpenDate

开盘日期

date

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

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'mh163k_house_loupan_openInfo'.

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