Operation Materials REST Endpoints

Supply Chain Planning/Production Scheduling Plans/Work Orders/Work Order Operations/Operation Materials
The Operation Materials resource manages the items that are either produced or consumed during the manufacturing production process.
Create operation materials
Method: post
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/workOrders/{workOrdersUniqID}/child/operations/{operationsUniqID}/child/operationMaterials
Delete an operation material
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/workOrders/{workOrdersUniqID}/child/operations/{operationsUniqID}/child/operationMaterials/{operationMaterialsUniqID}
Get all operation materials
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/workOrders/{workOrdersUniqID}/child/operations/{operationsUniqID}/child/operationMaterials
Get one operation material
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/workOrders/{workOrdersUniqID}/child/operations/{operationsUniqID}/child/operationMaterials/{operationMaterialsUniqID}
Update an operation material
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/workOrders/{workOrdersUniqID}/child/operations/{operationsUniqID}/child/operationMaterials/{operationMaterialsUniqID}