added
New v3 API endpoints for general ledger categories
December 26th, 2024
We have added more API endpoints for general ledger categories. These endpoints enable you to better maintain a General Ledger (GL) for bookkeeping and financial reporting.
Chart of accounts
Chart of accounts objects are lists of categories you use to classify and distinguish financial assets, liabilities, and transactions in your general ledger (GL).
Operation | API endpoint |
---|---|
Create a chart of accounts | POST /v3/categories/chart-of-accounts |
Get list of chart of accounts | GET /v3/categories/chart-of-accounts |
Get class of accounts details | GET /v3/categories/chart-of-accounts/{id} |
Update a class of accounts | PATCH /v3/categories/chart-of-accounts/{id} |
Archive a chart of accounts | POST /v3/categories/chart-of-accounts/{id}/archive |
Restore an archived chart of accounts | POST /v3/categories/chart-of-accounts/{id}/restore |
In addition, we have added list operations for the other categories.
Operation | API endpoint |
---|---|
Get list of account classes | GET /v3/categories/accounting-classes |
Get list of departments | GET /v3/categories/departments |
Get list of employees | GET /v3/categories/employees |
Get list of items | GET /v3/categories/items |
Get list of jobs | GET /v3/categories/jobs |
Get list of locations | GET /v3/categories/locations |