v1

latestOpenAPI 3.0.12026-07-245277551.2 MB
Accounts Receivable Ledger

Get AR ledger totals

Retrieve aggregated totals across all accounts receivable (AR) ledgers for a property. The response includes the combined total charges, amount paid, and outstanding balance. You can optionally filter by ledger status to see totals for only open or closed ledgers.

get/accounting/v1.0/accounts-receivable-ledgers/totals

Query parameters

statusAccountsReceivableLedgerStatus[]

Headers

X-Property-IDinteger required

Property id

Response

OK

totalnumber

Sum of all charges across matching AR ledgers, in the smallest currency unit.

paidnumber

Sum of all payments across matching AR ledgers, in the smallest currency unit.

balancenumber

Sum of outstanding balances across matching AR ledgers (total minus paid), in the smallest currency unit.