POST api/LouPan/LouPanDetailedInfoUpdate

会员--楼盘详细资料更新

Request Information

URI Parameters

None.

Body Parameters

基本资料

LoupanDetailedInfoDto
NameDescriptionTypeAdditional information
Loupanid

楼盘id

integer

None.

Chrmark

项目介绍

string

None.

Zhangdi

总占地面积

string

None.

Jianzhu

总建筑面积

string

None.

Zhuangxiu

装修情况

string

None.

Wuyecompany

物业公司

string

None.

Wuyeguanli

物业管理费

string

None.

Lvhua

绿化率

string

None.

Defang

得房率

string

None.

Rongji

容积率

string

None.

Chewei

车位数

string

None.

Kaigongdate

开工时间

string

None.

Jungongdate

竣工时间

string

None.

Kaipandate

预计开盘时间

string

None.

Jiaofangdate

预计交房时间

string

None.

Shoulouaddress

售楼处地址

string

None.

Jiaotong

公交

string

None.

Yiyuan

医院

string

None.

Peitao

生活配套介绍

string

None.

ShoulouName

售楼处名称

string

None.

ShoulouLogo

售楼盘logo

string

None.

Dongshu

楼盘栋数

string

None.

Hushu

规划户数

integer

None.

ZhuzhaiYears

住宅年限

integer

None.

GongyuYears

公寓年限

integer

None.

ShangyeYears

商业年限

integer

None.

XiezilouYears

写字楼年限

integer

None.

Youeryuan

幼儿园

string

None.

Chuzhong

初中

string

None.

Xiaoxue

小学

string

None.

Gaozhong

高中

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:
<LoupanDetailedInfoDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Dto.LouPan">
  <Chewei>sample string 11</Chewei>
  <Chrmark>sample string 2</Chrmark>
  <Chuzhong>sample string 25</Chuzhong>
  <Defang>sample string 9</Defang>
  <Dongshu>sample string 22</Dongshu>
  <Gaozhong>sample string 27</Gaozhong>
  <GongyuYears>1</GongyuYears>
  <Hushu>23</Hushu>
  <Jianzhu>sample string 4</Jianzhu>
  <Jiaofangdate>sample string 15</Jiaofangdate>
  <Jiaotong>sample string 17</Jiaotong>
  <Jungongdate>sample string 13</Jungongdate>
  <Kaigongdate>sample string 12</Kaigongdate>
  <Kaipandate>sample string 14</Kaipandate>
  <Loupanid>1</Loupanid>
  <Lvhua>sample string 8</Lvhua>
  <Peitao>sample string 19</Peitao>
  <Rongji>sample string 10</Rongji>
  <ShangyeYears>1</ShangyeYears>
  <ShoulouLogo>sample string 21</ShoulouLogo>
  <ShoulouName>sample string 20</ShoulouName>
  <Shoulouaddress>sample string 16</Shoulouaddress>
  <Wuyecompany>sample string 6</Wuyecompany>
  <Wuyeguanli>sample string 7</Wuyeguanli>
  <Xiaoxue>sample string 26</Xiaoxue>
  <XiezilouYears>1</XiezilouYears>
  <Yiyuan>sample string 18</Yiyuan>
  <Youeryuan>sample string 24</Youeryuan>
  <Zhangdi>sample string 3</Zhangdi>
  <Zhuangxiu>sample string 5</Zhuangxiu>
  <ZhuzhaiYears>1</ZhuzhaiYears>
</LoupanDetailedInfoDto>

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

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