GET api/accountingstats/totalmoneyduein
Total Money Due In 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 draft and open invoices that are not deleted and the number of invoices.
TotalMoneyDueInDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| TotalMoneyDueIn |
The total money due in value. |
decimal number |
None. |
| NumberOfInvoicesDue |
The number of invoices due value. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"TotalMoneyDueIn": 1.0,
"NumberOfInvoicesDue": 2
}