Labor Categories

This resource allows you to create, retrieve, update, and delete labor categories.

Labor categories can be used to collect additional data that is not part of the hierarchical structure of the organization (the business structure). Typically, this is what the employee can work on. For example, a labor category could be a project, contract, or shift.

Labor categories are optional. A maximum of 6 labor categories can be configured on a system. No relationship exists, hierarchical or otherwise, between labor categories. Labor categories are treated as independent data fields. You can assign labor categories to locations on the business structure.

Operations


Create Labor Categories
POST /v1/commons/labor_categories/multi_create


Delete Labor Categories
POST /v1/commons/labor_categories/multi_delete


Retrieve All Labor Categories or by Criteria
GET /v2/commons/labor_categories


Retrieve All Labor Categories or by Name (Deprecated)
GET /v1/commons/labor_categories


Retrieve Labor Category by ID
GET /v2/commons/labor_categories/{id}


Retrieve Labor Category by ID (Deprecated)
GET /v1/commons/labor_categories/{id}


Update Labor Categories
POST /v1/commons/labor_categories/multi_update