GET api/accountingstats/totalmoneyduein
Total Money Due In
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.
Dezrez.Core.DataContracts.Accounts.AccountingStats.Query.TotalMoneyDueInDataContractName | Description | Type | Additional information |
---|---|---|---|
TotalMoneyDueIn | decimal number |
None. |
|
NumberOfInvoicesDue | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "TotalMoneyDueIn": 1.0, "NumberOfInvoicesDue": 2 }