Operation Resources REST Endpoints
            
            Supply Chain Planning/Production Scheduling Plans/Work Order Operations/Operation Resources
            
        
        
    The Operation Resources resource manages the production resources that are used for a particular operation.
- Create operation resources
 - Method: postPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/workOrderOperations/{workOrderOperationsUniqID}/child/operationResources - Delete an operation resource
 - Method: deletePath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/workOrderOperations/{workOrderOperationsUniqID}/child/operationResources/{operationResourcesUniqID} - Get all operation resources
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/workOrderOperations/{workOrderOperationsUniqID}/child/operationResources - Get one operation resource
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/workOrderOperations/{workOrderOperationsUniqID}/child/operationResources/{operationResourcesUniqID} - Update an operation resource
 - Method: patchPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/workOrderOperations/{workOrderOperationsUniqID}/child/operationResources/{operationResourcesUniqID}