GET api/HouseStatistic/GetInfoStatistic?monthRange={monthRange}

信息趋势统计

Request Information

URI Parameters

NameDescriptionTypeAdditional information
monthRange

月份范围

integer

Required

Body Parameters

None.

Response Information

Resource Description

信息趋势统计

Collection of InfoStatisticDto
NameDescriptionTypeAdditional information
StatisticMonth

统计月份

date

None.

LouPanNew

新增楼盘

integer

None.

XiaoQuNew

新增小区

integer

None.

ErShouFangYuanNew

新增二手房源

integer

None.

ChuZuFangYuanNew

新增出租房源

integer

None.

ShangPuFangYuanNew

新增商铺房源

integer

None.

WeiTuoFangYuanNew

新增委托房源

integer

None.

QiuZuQiuGouNew

新增求租求购

integer

None.

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: 无法访问已关闭的流。

text/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: 无法访问已关闭的流。

application/xml, text/xml

Sample:
<ArrayOfInfoStatisticDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Dto.Statistic">
  <InfoStatisticDto>
    <ChuZuFangYuanNew>5</ChuZuFangYuanNew>
    <ErShouFangYuanNew>4</ErShouFangYuanNew>
    <LouPanNew>2</LouPanNew>
    <QiuZuQiuGouNew>8</QiuZuQiuGouNew>
    <ShangPuFangYuanNew>6</ShangPuFangYuanNew>
    <StatisticMonth>2024-04-30T02:42:56.2541734+08:00</StatisticMonth>
    <WeiTuoFangYuanNew>7</WeiTuoFangYuanNew>
    <XiaoQuNew>3</XiaoQuNew>
  </InfoStatisticDto>
  <InfoStatisticDto>
    <ChuZuFangYuanNew>5</ChuZuFangYuanNew>
    <ErShouFangYuanNew>4</ErShouFangYuanNew>
    <LouPanNew>2</LouPanNew>
    <QiuZuQiuGouNew>8</QiuZuQiuGouNew>
    <ShangPuFangYuanNew>6</ShangPuFangYuanNew>
    <StatisticMonth>2024-04-30T02:42:56.2541734+08:00</StatisticMonth>
    <WeiTuoFangYuanNew>7</WeiTuoFangYuanNew>
    <XiaoQuNew>3</XiaoQuNew>
  </InfoStatisticDto>
</ArrayOfInfoStatisticDto>