This resource allows you to add, delete, or change cost center objects.
The cost center is an attribute on the business structure that allows work to be charged to the company's General Ledger.
When a cost center is assigned to a location, an employee's work inherits the cost center when the employee works in that location. Otherwise, cost centers are inherited from the parent. If a cost center is not associated with any parent, then the cost center from the lowest location level of the employee’s primary job is used.
You can also assign time to a specific cost center, for example when you need to charge work to the cost center of the employee's primary job or to another paying cost center.
Operations
Create Cost Centers
POST /v1/commons/cost_centers/multi_create
Delete Cost Centers
POST /v1/commons/cost_centers/multi_delete
Retrieve All Cost Centers
GET /v2/commons/cost_centers
Retrieve All Cost Centers (Deprecated)
GET /v1/commons/cost_centers
Retrieve Cost Center by ID
GET /v2/commons/cost_centers/{id}
Retrieve Cost Center by ID (Deprecated)
GET /v1/commons/cost_centers/{id}
Retrieve Cost Centers
POST /v1/commons/cost_centers/multi_read
Retrieve Paginated List of Cost Centers
POST /v1/commons/cost_centers/apply_read
Update Cost Centers
POST /v1/commons/cost_centers/multi_update