POST api/LouPan/LouPanBuildingUpdate
会员--楼盘楼栋信息更新
Request Information
URI Parameters
None.
Body Parameters
楼栋信息
LouPanBuildingDetailDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
自增长id |
integer |
None. |
| Left |
楼栋图片Left位置 |
integer |
None. |
| Top |
楼栋图片Top位置 |
integer |
None. |
| Name |
楼栋数 |
string |
None. |
| Hushu |
楼栋户数 |
integer |
None. |
| DanYuan |
楼栋单元数 |
integer |
None. |
| Hu |
楼栋户 |
integer |
None. |
| Ti |
楼栋梯 |
integer |
None. |
| Ceng |
楼栋层数 |
integer |
None. |
| LeiXing |
楼栋类型 |
integer |
None. |
| Yuan |
楼栋在售房源数 |
integer |
None. |
| KaiPan |
楼栋开盘时间 |
date |
None. |
| JiaoFang |
楼栋交房时间 |
date |
None. |
| HuXing |
楼栋户型 |
Collection of string |
None. |
| LoupanId |
楼栋所属楼盘id |
integer |
None. |
| SaleStatus |
楼栋销售状态 |
SaleStatus |
None. |
| Zhuangxiu |
装修 |
integer |
None. |
| Nianxian |
年限 |
integer |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<LouPanBuildingDetailDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Dto.LouPan">
<Ceng>9</Ceng>
<DanYuan>6</DanYuan>
<Hu>7</Hu>
<HuXing xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</HuXing>
<Hushu>5</Hushu>
<Id>1</Id>
<JiaoFang>2025-12-16T15:58:55.7358792+08:00</JiaoFang>
<KaiPan>2025-12-16T15:58:55.7358792+08:00</KaiPan>
<Left>2</Left>
<LeiXing>10</LeiXing>
<LoupanId>12</LoupanId>
<Name>sample string 4</Name>
<Nianxian>14</Nianxian>
<SaleStatus>Forsale</SaleStatus>
<Ti>8</Ti>
<Top>3</Top>
<Yuan>11</Yuan>
<Zhuangxiu>13</Zhuangxiu>
</LouPanBuildingDetailDto>
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/" />