Operation Materials REST Endpoints
Supply Chain Planning/Production Scheduling Plans/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: postPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/workOrderOperations/{workOrderOperationsUniqID}/child/operationMaterials
- Delete an operation material
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/workOrderOperations/{workOrderOperationsUniqID}/child/operationMaterials/{operationMaterialsUniqID}
- Get all operation materials
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/workOrderOperations/{workOrderOperationsUniqID}/child/operationMaterials
- Get one operation material
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/workOrderOperations/{workOrderOperationsUniqID}/child/operationMaterials/{operationMaterialsUniqID}
- Update an operation material
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/workOrderOperations/{workOrderOperationsUniqID}/child/operationMaterials/{operationMaterialsUniqID}