GET api/ZhuanTi/GetZhuanTiHouseInfos?ZhuantiId={ZhuantiId}&search={search}&Keywords={Keywords}&HouseType={HouseType}
专题后台获取房源
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ZhuantiId |
专题id |
integer |
None. |
| search | string |
None. |
|
| Keywords |
关键字 |
string |
None. |
| HouseType |
房源类型 |
HouseType |
None. |
Body Parameters
None.
Response Information
Resource Description
专题后台获取房源
Collection of ZhuantiHouseInfoDto| Name | Description | Type | Additional information |
|---|---|---|---|
| HouseId |
房源id |
integer |
None. |
| Chrtitle |
房源标题 |
string |
None. |
| Fid |
房源编号 |
string |
None. |
| HouseType |
房源类型 |
HouseType |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<ArrayOfZhuantiHouseInfoDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Dto.ZhuanTi">
<ZhuantiHouseInfoDto>
<Chrtitle>sample string 2</Chrtitle>
<Fid>sample string 3</Fid>
<HouseId>1</HouseId>
<HouseType>SecondhandHouse</HouseType>
</ZhuantiHouseInfoDto>
<ZhuantiHouseInfoDto>
<Chrtitle>sample string 2</Chrtitle>
<Fid>sample string 3</Fid>
<HouseId>1</HouseId>
<HouseType>SecondhandHouse</HouseType>
</ZhuantiHouseInfoDto>
</ArrayOfZhuantiHouseInfoDto>