GET api/accountingstats/totalrentdue

Total Rent Due

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

The total outstanding of all Rent Due and the number of rent invoices due.

Dezrez.Core.DataContracts.Accounts.AccountingStats.Query.TotalRentDueDataContract
NameDescriptionTypeAdditional information
TotalRentDue

decimal number

None.

NumberOfRentInvoicesDue

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "TotalRentDue": 1.0,
  "NumberOfRentInvoicesDue": 2
}