v1

latestOpenAPI 3.1.02026-07-22155403592.5 KB
Accounting
Ledger accounts

Get the balance of accounts

Get the balance of accounts in the accounting plan (chart of accounts) between specific months

post/consumers/{consumer_id}/accounting/chart-of-accounts/balance

Path parameters

consumer_idstring uuid required

Query parameters

pageinteger

Page number

sizeinteger

Page size

folder_idstring nullable

Id of the accounting folder instance. A folder represents a legal entity within the system. Required when the multiple folders feature is enabled.

Request body

accountsstring[] required

Array/list containing the account numbers/classes to include in the response. E.g. ["601", "7"] to retrieve all account in the class 7 and accounts with an account number beginning with 601

startstring nullable

Start month (inclusive). Format: YYYYMM (e.g., 202502 for February 2025).

endstring required

End month (inclusive). Format: YYYYMM (e.g., 202512 for December 2025).

Response

Successful Response

totalinteger required
pageinteger required
sizeinteger required