GET api/HouseDistribution/GetAdminReportStatusCount
后台--获取报备状态统计
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
后台--获取报备状态统计
LouPanStatusCountDtoName | Description | Type | Additional information |
---|---|---|---|
AllCount |
全部数量 |
integer |
None. |
AudtingCount |
待核实数量数量 |
integer |
None. |
EffectiveCount |
报备有效数量 |
integer |
None. |
UneffectiveCount |
报备无效数量 |
integer |
None. |
TracingCount |
跟进中数量 |
integer |
None. |
TradedCount |
已成交数量 |
integer |
None. |
CommissionPaidCount |
佣金已发放数量 |
integer |
None. |
PassedCount |
已失效数量 |
integer |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<LouPanStatusCountDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.HouseDistribution.Service.Dto.LouPan"> <AudtingCount>1</AudtingCount> <CommissionPaidCount>6</CommissionPaidCount> <EffectiveCount>2</EffectiveCount> <PassedCount>7</PassedCount> <TracingCount>4</TracingCount> <TradedCount>5</TradedCount> <UneffectiveCount>3</UneffectiveCount> </LouPanStatusCountDto>