POST api/XuQiu/XuQiuAdminUpdate
后台--更新求租求购信息
Request Information
URI Parameters
None.
Body Parameters
求租求购更新的信息
XuQiuUpdateDetailDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Detailsid |
ID |
integer |
None. |
| Chrtitle |
标题 |
string |
None. |
| Quyuid |
区域ID 默认值(0) |
integer |
None. |
| Diduanid |
地段ID 默认值(0) |
integer |
None. |
| Styleid |
需求性质 0求租 1求购 默认值(0) |
XuQiuType |
None. |
| Chrcontent |
要求简述 |
string |
None. |
| Chrtel |
联系电话 |
string |
None. |
| Intorder |
排序 默认值(1) |
integer |
None. |
| Iskill |
审核状态 0等待审核 1正常 2下线 默认值(0) |
AuditStatusType |
None. |
| IsTrade |
是否成交 |
boolean |
None. |
| Shi |
户型几室 默认值(0) |
integer |
None. |
| AreaRange |
面积范围 |
integer |
None. |
| PriceRange |
价格范围() |
integer |
None. |
| IsNewHouse |
是否新房 |
boolean |
None. |
| IsTransferFee |
是否接受转让费 |
boolean |
None. |
| ShopType |
商铺类型 |
integer |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<XuQiuUpdateDetailDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Dto.XuQiu"> <AreaRange>10</AreaRange> <Chrcontent>sample string 5</Chrcontent> <Chrtel>sample string 6</Chrtel> <Chrtitle>sample string 2</Chrtitle> <Detailsid>1</Detailsid> <Diduanid>4</Diduanid> <Intorder>7</Intorder> <IsNewHouse>true</IsNewHouse> <IsTrade>true</IsTrade> <IsTransferFee>true</IsTransferFee> <Iskill>TobeAgree</Iskill> <PriceRange>11</PriceRange> <Quyuid>3</Quyuid> <Shi>9</Shi> <ShopType>14</ShopType> <Styleid>Renting</Styleid> </XuQiuUpdateDetailDto>
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/" />