GET api/HouseStatistic/GetInfoSum

信息总量统计

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

信息总量统计

InfoSumDto
NameDescriptionTypeAdditional information
LouPanSum

楼盘总量

integer

None.

XiaoQuSum

小区总量

integer

None.

ErShouFangYuanSum

二手房源总量

integer

None.

ChuZuFangYuanSum

出租房源总量

integer

None.

ShangPuFangYuanSum

商铺房源总量

integer

None.

WeiTuoFangYuanSum

委托房源总量

integer

None.

QiuZuQiuGouSum

求租求购总量

integer

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<InfoSumDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Dto.Statistic">
  <ChuZuFangYuanSum>4</ChuZuFangYuanSum>
  <ErShouFangYuanSum>3</ErShouFangYuanSum>
  <LouPanSum>1</LouPanSum>
  <QiuZuQiuGouSum>7</QiuZuQiuGouSum>
  <ShangPuFangYuanSum>5</ShangPuFangYuanSum>
  <WeiTuoFangYuanSum>6</WeiTuoFangYuanSum>
  <XiaoQuSum>2</XiaoQuSum>
</InfoSumDto>