GET api/ZhuanTi/GetZhuanTiHouseInfos?ZhuantiId={ZhuantiId}&Keywords={Keywords}&HouseType={HouseType}

专题后台获取房源

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ZhuantiId

专题id

integer

None.

Keywords

关键字

string

None.

HouseType

房源类型

HouseType

None.

Body Parameters

None.

Response Information

Resource Description

专题后台获取房源

Collection of ZhuantiHouseInfoDto
NameDescriptionTypeAdditional information
HouseId

房源id

integer

None.

Chrtitle

房源标题

string

None.

Fid

房源编号

string

None.

HouseType

房源类型

HouseType

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

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>