GET api/FangYuan/GetTradeHouseList?top={top}&houseType={houseType}

获取最新成交记录

Request Information

URI Parameters

NameDescriptionTypeAdditional information
top

前几条

integer

Required

houseType

房源类型

HouseType

Default value is Default

Body Parameters

None.

Response Information

Resource Description

获取最新成交记录

Collection of TradedHouseDto
NameDescriptionTypeAdditional information
VillageName

string

None.

Chrtitle

string

None.

Room

integer

None.

Hall

integer

None.

TypeId

交易类型

DealType

None.

Area

decimal number

None.

ccid

integer

None.

id

integer

None.

ShopType

integer

None.

ShopTypeName

string

None.

Price

租金 (月/元) 默认值(0)

decimal number

None.

Housetype

string

None.

Tradetime

成交时间

date

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<ArrayOfTradedHouseDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Dto">
  <TradedHouseDto>
    <Area>5.1</Area>
    <Chrtitle>sample string 2</Chrtitle>
    <Hall>4</Hall>
    <Price>10.1</Price>
    <Room>3</Room>
    <ShopType>8</ShopType>
    <ShopTypeName>sample string 9</ShopTypeName>
    <Tradetime>2024-04-20T13:59:32.5442412+08:00</Tradetime>
    <TypeId>Sell</TypeId>
    <VillageName>sample string 1</VillageName>
    <ccid>6</ccid>
    <id>7</id>
  </TradedHouseDto>
  <TradedHouseDto>
    <Area>5.1</Area>
    <Chrtitle>sample string 2</Chrtitle>
    <Hall>4</Hall>
    <Price>10.1</Price>
    <Room>3</Room>
    <ShopType>8</ShopType>
    <ShopTypeName>sample string 9</ShopTypeName>
    <Tradetime>2024-04-20T13:59:32.5442412+08:00</Tradetime>
    <TypeId>Sell</TypeId>
    <VillageName>sample string 1</VillageName>
    <ccid>6</ccid>
    <id>7</id>
  </TradedHouseDto>
</ArrayOfTradedHouseDto>