GET api/HouseDistribution/GetAdminReportStatistics

后台--新分销新增的统计数据栏

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

后台--新分销新增的统计数据栏

ReportStatisticsDto
NameDescriptionTypeAdditional information
LoupanTurnoverCount

新房分销总成交额

decimal number

None.

LoupanAchievementCount

新房分销总业绩额

decimal number

None.

LoupanCommissionCount

新房分销已发佣金

decimal number

None.

HouseTurnoverCount

房源分销总成交额

decimal number

None.

HouseAchievementCount

房源分销总业绩额

decimal number

None.

HouseCommissionCount

房源分销已发佣金

decimal number

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:
<ReportStatisticsDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.HouseDistribution.Service.Dto.Report">
  <HouseAchievementCount>5.1</HouseAchievementCount>
  <HouseCommissionCount>6.1</HouseCommissionCount>
  <HouseTurnoverCount>4.1</HouseTurnoverCount>
  <LoupanAchievementCount>2.1</LoupanAchievementCount>
  <LoupanCommissionCount>3.1</LoupanCommissionCount>
  <LoupanTurnoverCount>1.1</LoupanTurnoverCount>
</ReportStatisticsDto>