POST api/LouPan/LouPanHuxingSubmit

会员--楼盘房型增加

Request Information

URI Parameters

None.

Body Parameters

户型资料

LouPanHuXingDetailDto
NameDescriptionTypeAdditional information
Detailsid

ID

integer

None.

Cname

户型名称

string

None.

Loupanid

楼盘ID 默认值(0)

integer

None.

Shi

几室

integer

None.

Ting

几厅

integer

None.

Wei

几卫

integer

None.

Chrsize

面积

decimal number

None.

Chrpic

户型图

string

None.

HuXingStatus

户型状态

HuXingStatus

None.

Tese

户型特色

Collection of string

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:
<LouPanHuXingDetailDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Dto.LouPan">
  <Chrpic>sample string 8</Chrpic>
  <Chrsize>7.1</Chrsize>
  <Cname>sample string 2</Cname>
  <Detailsid>1</Detailsid>
  <HuXingStatus>OnSale</HuXingStatus>
  <Loupanid>3</Loupanid>
  <Shi>4</Shi>
  <Tese xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </Tese>
  <Ting>5</Ting>
  <Wei>6</Wei>
</LouPanHuXingDetailDto>

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 'LouPanHuXingDetailDto'.

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