POST dz_api/HomePage/ArrearageSummary

逾期欠费

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

逾期欠费

ArrearageSummaryModel
NameDescriptionTypeAdditional information
Total

合同总逾期欠费

decimal number

None.

AACount

代账合同总逾期欠费数量

integer

None.

ICCount

工商合同总逾期欠费

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Total": 1.0,
  "AACount": 2,
  "ICCount": 3
}

application/xml, text/xml

Sample:
<ArrearageSummaryModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAa.Model.Dashboard">
  <AACount>2</AACount>
  <ICCount>3</ICCount>
  <Total>1</Total>
</ArrearageSummaryModel>