Get GL accounts by UUIDs for a facility
Retrieves the GL account details for the provided array of UUIDs: the operator-entered code, the account name, its chart-of-accounts category and its accounting basis.
Headers
Api key required to authenticate your request. Please reach out to monument for a key.
"monument-2230012-2312321"
Path Parameters
Body
Array of GL account UUIDs to retrieve data for
Response
Successfully retrieved GL account data
UUID of the GL account. It is the same identifier the ledger entries route reports per movement.
"9a1b2c3d-4e5f-6a7b-8c9d-0e1f2a3b4c5d"
UUID of the facility the account was requested for. Accounts are held by the organization behind the facility, not by the facility itself; this echoes the facility in the request path so a chart of accounts pulled facility by facility stays keyed.
"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee"
GL code of the account, as entered by the operator in Settings → Billing & Taxes → GL Accounts. Null until they enter one; it is the field to map against an external chart of accounts.
"4000"
Name of the GL account. The accrual and cash accounts of the same item usually share this name, so read accountingBasis to tell them apart.
"Revenue - Rent"
Chart-of-accounts category the account falls under, which decides whether it is debited or credited by a movement.
Asset, Liability, Revenue, Expense, Equity, Contra-Revenue, Contra-Liability "Revenue"
Accounting basis the account belongs to. ACCRUAL recognises the amount when the invoice is issued, CASH when the money is received.
ACCRUAL, CASH "ACCRUAL"

