GET api/MallDistribute/StatisticRecordStatus

后台 - 分销记录状态数量统计

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

后台 - 分销记录状态数量统计

DistributionRecordAdminStatisticStatusDto
NameDescriptionTypeAdditional information
All

全部数量

integer

None.

UnsettleNum

待结算数量

integer

None.

SettlingNum

结算中数量

integer

None.

SettledNum

已结算数量

integer

None.

UnsettleMoneyNum

待结算金额

decimal number

None.

SettlingMoneyNum

结算中金额

decimal number

None.

SettledMoneyNum

已结算金额

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:
<DistributionRecordAdminStatisticStatusDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Dto.Distribution.Admin">
  <SettledMoneyNum>6.1</SettledMoneyNum>
  <SettledNum>3</SettledNum>
  <SettlingMoneyNum>5.1</SettlingMoneyNum>
  <SettlingNum>2</SettlingNum>
  <UnsettleMoneyNum>4.1</UnsettleMoneyNum>
  <UnsettleNum>1</UnsettleNum>
</DistributionRecordAdminStatisticStatusDto>