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:

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:
<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-30T09:39:14.2541892+08:00</StatisticMonth>
    <ZhongJieMenDianNew>2</ZhongJieMenDianNew>
  </AgencyStatisticDto>
  <AgencyStatisticDto>
    <AgentNew>3</AgentNew>
    <StatisticMonth>2024-04-30T09:39:14.2541892+08:00</StatisticMonth>
    <ZhongJieMenDianNew>2</ZhongJieMenDianNew>
  </AgencyStatisticDto>
</ArrayOfAgencyStatisticDto>