added

New v3 API endpoints for general ledger categories

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).

OperationAPI endpoint
Create a chart of accountsPOST /v3/categories/chart-of-accounts
Get list of chart of accountsGET /v3/categories/chart-of-accounts
Get class of accounts detailsGET /v3/categories/chart-of-accounts/{id}
Update a class of accountsPATCH /v3/categories/chart-of-accounts/{id}
Archive a chart of accountsPOST /v3/categories/chart-of-accounts/{id}/archive
Restore an archived chart of accountsPOST /v3/categories/chart-of-accounts/{id}/restore

In addition, we have added list operations for the other categories.

OperationAPI endpoint
Get list of account classesGET /v3/categories/accounting-classes
Get list of departmentsGET /v3/categories/departments
Get list of employeesGET /v3/categories/employees
Get list of itemsGET /v3/categories/items
Get list of jobsGET /v3/categories/jobs
Get list of locationsGET /v3/categories/locations