added
New v3 API endpoints for general ledger classifications
January 31st, 2025
We have added new API endpoints for general ledger classification bulk operations.
Departments
Operation | API endpoint |
---|---|
Create multiple departments | POST /v3/classifications/departments/bulk |
Update multiple departments | PATCH /v3/classifications/departments/bulk |
Archive multiple departments | POST /v3/classifications/departments/bulk/archive |
Restore multiple departments | POST /v3/classifications/departments/bulk/restore |
Jobs
Operation | API endpoint |
---|---|
Create multiple jobs | POST /v3/classifications/jobs/bulk |
Update multiple jobs | PATCH /v3/classifications/jobs/bulk |
Archive multiple jobs | POST /v3/classifications/jobs/bulk/archive |
Restore multiple jobs | POST /v3/classifications/jobs/bulk/restore |
Locations
Operation | API endpoint |
---|---|
Create multiple locations | POST /v3/classifications/locations/bulk |
Update multiple locations | PATCH /v3/classifications/locations/bulk |
Archive multiple locations | POST /v3/classifications/locations/bulk/archive |
Restore multiple locations | POST /v3/classifications/locations/bulk/restore |