added

New v3 API endpoints for general ledger classifications

We have introduced a set of API endpoints for general ledger classifications. These endpoints enable you to better maintain a General Ledger (GL) for bookkeeping and financial reporting.

Accounting classes

Accounting class objects enable you to set up categories unique to your business.

OperationAPI endpoint
Create an accounting classPOST /v3/classifications/accounting-classes
Get list of accounting classesGET /v3/classifications/accounting-classes
Get accounting class detailsGET /v3/classifications/accounting-classes/{id}
Update an accounting classPATCH /v3/classifications/accounting-classes/{id}
Archive an accounting classPOST /v3/classifications/accounting-classes/{id}/archive
Restore an archived accounting classPOST /v3/classifications/accounting-classes/{id}/restore

Departments

Department objects enable you to set up groups or divisions for your business, such as Marketing, HQ, or Asia-Pacific.

OperationAPI endpoint
Create a departmentPOST /v3/classifications/departments
Get department detailsGET /v3/classifications/departments/{id}
Update a departmentPATCH /v3/classifications/departments/{id}
Archive a departmentPOST /v3/classifications/departments/{id}/archive
Restore an archived departmentPOST /v3/classifications/departments/{id}/restore

Employees

Employee objects enable you to set up employees on your payroll.

OperationAPI endpoint
Create an employeePOST /v3/classifications/employees
Get employee detailsGET ​​/v3/classifications/employees/{id}
Update an employeePATCH ​​/v3/classifications/employees/{id}
Archive an employeePOST ​​/v3/classifications/employees/{id}/archive
Restore an archived employeePOST ​​/v3/classifications/employees/{id}/restore

Items

Item objects enable you to set up products and/or services sold by your business.

OperationAPI endpoint
Create an itemPOST /v3/classifications/items
Get item detailsGET /v3/classifications/items/{id}
Update an itemPATCH /v3/classifications/items/{id}
Archive an itemPOST /v3/classifications/items/{id}/archive
Restore an archived itemPOST /v3/classifications/items/{id}/restore

Jobs

Job objects enable you to set up unique projects with their own set of income and expenses.

OperationAPI endpoint
Create a jobPOST /v3/classifications/jobs
Get job detailsGET /v3/classifications/jobs/{id}
Update a jobPATCH /v3/classifications/jobs/{id}
Archive a jobPOST /v3/classifications/jobs/{id}/archive
Restore an archived jobPOST /v3/classifications/jobs/{id}/restore

Locations

Location objects enable you to set up office locations, such as West Coast, San Francisco, or California.

OperationAPI endpoint
Create a locationPOST /v3/classifications/locations
Get location detailsGET /v3/classifications/locations/{id}
Update a locationPATCH/v3/classifications/locations/{id}
Archive a locationPOST/v3/classifications/locations/{id}/archive
Restore an archived locationPOST ​​/v3/classifications/locations/{id}/restore