This resource allows you to create, retrieve, update, or delete labor category entries. Labor category entries are assigned to a labor category.
Operations
Create Labor Category Entries
POST /v1/commons/labor_entries/multi_create
Delete Labor Category Entries
POST /v1/commons/labor_entries/multi_delete
Delete Labor Category Entry by ID
DELETE /v1/commons/labor_entries/{id}
Retrieve Labor Category Entries
POST /v1/commons/labor_entries/multi_read
Retrieve Labor Category Entries by Category ID
GET /v2/commons/labor_entries
Retrieve Labor Category Entries by Category ID (Deprecated)
GET /v1/commons/labor_entries
Retrieve Labor Category Entry by ID
GET /v2/commons/labor_entries/{id}
Retrieve Labor Category Entry by ID (Deprecated)
GET /v1/commons/labor_entries/{id}
Retrieve Paginated List of Labor Category Entries
POST /v1/commons/labor_entries/apply_read
Update Labor Category Entries
POST /v1/commons/labor_entries/multi_update