Work Orders REST Endpoints
Work Orders
API for managing work orders in production monitoring application. A work order refers to a document that conveys the authority for the production of a specific product.
- Create work order
- Method: postPath:
/productionMonitoring/clientapi/v2/workOrders - Delete work order by ID
- Method: deletePath:
/productionMonitoring/clientapi/v2/workOrders/{workOrder-id} - Replace work order by ID
- Method: putPath:
/productionMonitoring/clientapi/v2/workOrders/{workOrder-id} - Retrieve all operation tasks
- Method: getPath:
/productionMonitoring/clientapi/v2/workOrders/{workOrder-id}/operations/{operation-id}/tasks - Retrieve all work order operations
- Method: getPath:
/productionMonitoring/clientapi/v2/workOrders/{workOrder-id}/operations - Retrieve all work orders
- Method: getPath:
/productionMonitoring/clientapi/v2/workOrders - Retrieve operation task by ID
- Method: getPath:
/productionMonitoring/clientapi/v2/workOrders/{workOrder-id}/operations/{operation-id}/tasks/{task-id} - Retrieve operation task count
- Method: getPath:
/productionMonitoring/clientapi/v2/workOrders/{workOrder-id}/operations/{operation-id}/tasks/count - Retrieve work order by ID
- Method: getPath:
/productionMonitoring/clientapi/v2/workOrders/{workOrder-id} - Retrieve work order count
- Method: getPath:
/productionMonitoring/clientapi/v2/workOrders/count - Retrieve work order operation by ID
- Method: getPath:
/productionMonitoring/clientapi/v2/workOrders/{workOrder-id}/operations/{operation-id} - Retrieve work order operation count
- Method: getPath:
/productionMonitoring/clientapi/v2/workOrders/{workOrder-id}/operations/count - Update work order by ID
- Method: postPath:
/productionMonitoring/clientapi/v2/workOrders/{workOrder-id}