Work Order Operation Attributes REST Endpoints
Supply Chain Planning/Production Scheduling Plans/Work Order Operation Attributes
The Work Order Operation Attributes resource manages the attributes that are relevant for a work order operation and used to generate a production schedule.
- Create operation attributes
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/workOrderOperationAttributes - Delete an operation attribute
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/workOrderOperationAttributes/{workOrderOperationAttributesUniqID} - Get all operation attributes
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/workOrderOperationAttributes - Get one operation attribute
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/workOrderOperationAttributes/{workOrderOperationAttributesUniqID} - Update an operation attribute
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/workOrderOperationAttributes/{workOrderOperationAttributesUniqID}