GET api/accountingstats/totalrentdue
Total Rent Due Processes this accounting stats API request. The parameter and response sections describe the data exchanged with the API.
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.
TotalRentDueDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| TotalRentDue |
The total rent due value. |
decimal number |
None. |
| NumberOfRentInvoicesDue |
The number of rent invoices due value. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"TotalRentDue": 1.0,
"NumberOfRentInvoicesDue": 2
}