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.TotalRentDueDataContractName | Description | Type | Additional information |
---|---|---|---|
TotalRentDue | decimal number |
None. |
|
NumberOfRentInvoicesDue | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "TotalRentDue": 1.0, "NumberOfRentInvoicesDue": 2 }