- Subcategories:
- Availability Levels
- Usage Levels
Resources REST Endpoints
Supply Chain Planning/Production Scheduling Plans/Resources
The Resources resource manages production resources that are part of the production schedule.
- Create production resources
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/resources - Delete a production resource
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/resources/{resourcesUniqID} - Get all production resources
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/resources - Get one production resource
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/resources/{resourcesUniqID} - Request changing an availability level.
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/resources/{resourcesUniqID}/action/applyAvailabilityLevelPattern - Update a production resource
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/resources/{resourcesUniqID}