This resource allows you to create, retrieve, update, and delete Labor Constraint Profiles. A Labor Constraint Profile allows an assignment of Labor Constraint Settings to a particular location.
Operations
Create Labor Constraint Profiles
POST /v1/forecasting/labor_constraint_profiles/multi_create
Create a Labor Constraint Profile
POST /v1/forecasting/labor_constraint_profiles
Delete Labor Constraint Profiles
POST /v1/forecasting/labor_constraint_profiles/multi_delete
Delete a Labor Constraint Profile by ID
DELETE /v1/forecasting/labor_constraint_profiles/{id}
Retrieve All Labor Constraint Profiles or by Name
GET /v1/forecasting/labor_constraint_profiles
Retrieve Labor Constraint Profiles
POST /v1/forecasting/labor_constraint_profiles/multi_read
Retrieve a Labor Constraint Profile by ID
GET /v1/forecasting/labor_constraint_profiles/{id}
Retrieve a Labor Constraint Profile by Location
POST /v1/forecasting/labor_constraint_profiles/apply_read
Update Labor Constraint Profiles
POST /v1/forecasting/labor_constraint_profiles/multi_update
Update a Labor Constraint Profile by ID
PUT /v1/forecasting/labor_constraint_profiles/{id}