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

中介趋势统计

Request Information

URI Parameters

NameDescriptionTypeAdditional information
monthRange

月份范围

integer

Required

Body Parameters

None.

Response Information

Resource Description

中介趋势统计

Collection of AgencyStatisticDto
NameDescriptionTypeAdditional information
StatisticMonth

统计月份

date

None.

ZhongJieMenDianNew

新增中介门店

integer

None.

AgentNew

新增经纪人

integer

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<ArrayOfAgencyStatisticDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Dto.Statistic">
  <AgencyStatisticDto>
    <AgentNew>3</AgentNew>
    <StatisticMonth>2024-04-20T18:49:24.4051413+08:00</StatisticMonth>
    <ZhongJieMenDianNew>2</ZhongJieMenDianNew>
  </AgencyStatisticDto>
  <AgencyStatisticDto>
    <AgentNew>3</AgentNew>
    <StatisticMonth>2024-04-20T18:49:24.4051413+08:00</StatisticMonth>
    <ZhongJieMenDianNew>2</ZhongJieMenDianNew>
  </AgencyStatisticDto>
</ArrayOfAgencyStatisticDto>