Reports
Get Receivables Balances
Gets receivables balances for ledger.
GET
/
v0
/
reports
/
receivable-balances
Authorizations
Authorization
string
headerrequiredThe access token received from the authorization server in the OAuth 2.0 flow.
Headers
teal-instance-id
string
requiredThe Teal instance ID
Query Parameters
ledger_id
string
requiredThe AR ledger ID
date
string
requiredThe date for the report
tag_group_id
string
requiredThe tag group ID used as payment criteria
Response
200 - application/json
tag_balances
object[]
requiredList of balances owed for each tag in the tag group.
unassigned_balance
number
requiredBalance owed that is not assigned to a tag.
total_balance
number
requiredThe total balance owed.