- Subcategories:
- Attachments for Operations
- Exceptions for Operations
- Flexfields for Operations
- Materials for Operations
- Resources for Operations
- Serials for Operations
Work Order Operations REST Endpoints
Manufacturing/Discrete Work Orders/Work Order Operations
The Work Order Operations resource manages the operations that the application performs to process the work order.
- Create operations
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/workOrders/{WorkOrderId}/child/WorkOrderOperation
- Delete one operation
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/workOrders/{WorkOrderId}/child/WorkOrderOperation/{WorkOrderOperationId}
- Get all operations
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/workOrders/{WorkOrderId}/child/WorkOrderOperation
- Get one operation
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/workOrders/{WorkOrderId}/child/WorkOrderOperation/{WorkOrderOperationId}
- Update one operation
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/workOrders/{WorkOrderId}/child/WorkOrderOperation/{WorkOrderOperationId}