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: post
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/workOrderOperationAttributes
Delete an operation attribute
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/workOrderOperationAttributes/{workOrderOperationAttributesUniqID}
Get all operation attributes
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/workOrderOperationAttributes
Get one operation attribute
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/workOrderOperationAttributes/{workOrderOperationAttributesUniqID}
Update an operation attribute
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/workOrderOperationAttributes/{workOrderOperationAttributesUniqID}