This resource allows you to create, update, retrieve and delete labor tasks.
Note that you must import or enter labor standards into the Forecast Manager before you can assign them to tasks. If you want to use Combined Distribution, you must create combined distribution items when you create tasks.
Operations
Create Labor Task
POST /v2/forecasting/tasks
Create Labor Task (Deprecated)
POST /v1/forecasting/tasks
Create Labor Tasks
POST /v2/forecasting/tasks/multi_create
Create Labor Tasks (Deprecated)
POST /v1/forecasting/tasks/multi_create
Delete Labor Task Effective Version by Criteria
POST /v2/forecasting/tasks/versions/apply_delete
Delete Labor Task by ID
DELETE /v2/forecasting/tasks/{id}
Delete Labor Task by ID (Deprecated)
DELETE /v1/forecasting/tasks/{id}
Delete Labor Tasks
POST /v2/forecasting/tasks/multi_delete
Delete Labor Tasks (Deprecated)
POST /v1/forecasting/tasks/multi_delete
Retrieve All Labor Tasks or by Specification (Deprecated)
GET /v1/forecasting/tasks
Retrieve Labor Task by ID
GET /v2/forecasting/tasks/{id}
Retrieve Labor Task by ID (Deprecated)
GET /v1/forecasting/tasks/{id}
Retrieve Labor Tasks
POST /v2/forecasting/tasks/multi_read
Retrieve Labor Tasks (Deprecated)
POST /v1/forecasting/tasks/multi_read
Retrieve Labor Tasks by Name and Department
GET /v2/forecasting/tasks
Update Labor Task by ID
PUT /v2/forecasting/tasks/{id}
Update Labor Task by ID (Deprecated)
PUT /v1/forecasting/tasks/{id}
Update Labor Tasks
POST /v2/forecasting/tasks/multi_update
Update Labor Tasks (Deprecated)
POST /v1/forecasting/tasks/multi_update