- Subcategories:
- Operation Materials
- Operation Resources
Work Order Operations REST Endpoints
Supply Chain Planning/Production Scheduling Plans/Work Orders/Work Order Operations
The Operations resource manages the operations that are a part of the work definition.
- Create operations
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/workOrders/{workOrdersUniqID}/child/operations - Delete an operation
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/workOrders/{workOrdersUniqID}/child/operations/{operationsUniqID} - Get all operations
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/workOrders/{workOrdersUniqID}/child/operations - Get one operation
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/workOrders/{workOrdersUniqID}/child/operations/{operationsUniqID} - Update an operation
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/workOrders/{workOrdersUniqID}/child/operations/{operationsUniqID}