This resource allows you to create, retrieve, update, and delete labor distribution groups. Labor distribution groups provide the ability to borrow hours from one job or department and apply those hours to another job or department.
Operations
Create Labor Distribution Group
POST /v1/forecasting/labor_distribution_groups
Create Labor Distribution Groups
POST /v1/forecasting/labor_distribution_groups/multi_create
Delete Labor Distribution Group by ID
DELETE /v1/forecasting/labor_distribution_groups/{id}
Delete Labor Distribution Groups
POST /v1/forecasting/labor_distribution_groups/multi_delete
Retrieve All Allocation Method Types
GET /v1/forecasting/labor_distribution_groups/setup/allocation_method_types
Retrieve All Borrow Hours Types
GET /v1/forecasting/labor_distribution_groups/setup/borrow_hours_types
Retrieve All Labor Distribution Groups or by Name
GET /v1/forecasting/labor_distribution_groups
Retrieve Labor Distribution Group by ID
GET /v1/forecasting/labor_distribution_groups/{id}
Retrieve Labor Distribution Groups
POST /v1/forecasting/labor_distribution_groups/multi_read
Update Labor Distribution Group by ID
PUT /v1/forecasting/labor_distribution_groups/{id}
Update Labor Distribution Groups
POST /v1/forecasting/labor_distribution_groups/multi_update