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: post
Path: /productionMonitoring/clientapi/v2/workOrders
Delete work order by ID
Method: delete
Path: /productionMonitoring/clientapi/v2/workOrders/{workOrder-id}
Replace work order by ID
Method: put
Path: /productionMonitoring/clientapi/v2/workOrders/{workOrder-id}
Retrieve all operation tasks
Method: get
Path: /productionMonitoring/clientapi/v2/workOrders/{workOrder-id}/operations/{operation-id}/tasks
Retrieve all work order operations
Method: get
Path: /productionMonitoring/clientapi/v2/workOrders/{workOrder-id}/operations
Retrieve all work orders
Method: get
Path: /productionMonitoring/clientapi/v2/workOrders
Retrieve operation task by ID
Method: get
Path: /productionMonitoring/clientapi/v2/workOrders/{workOrder-id}/operations/{operation-id}/tasks/{task-id}
Retrieve operation task count
Method: get
Path: /productionMonitoring/clientapi/v2/workOrders/{workOrder-id}/operations/{operation-id}/tasks/count
Retrieve work order by ID
Method: get
Path: /productionMonitoring/clientapi/v2/workOrders/{workOrder-id}
Retrieve work order count
Method: get
Path: /productionMonitoring/clientapi/v2/workOrders/count
Retrieve work order operation by ID
Method: get
Path: /productionMonitoring/clientapi/v2/workOrders/{workOrder-id}/operations/{operation-id}
Retrieve work order operation count
Method: get
Path: /productionMonitoring/clientapi/v2/workOrders/{workOrder-id}/operations/count
Update work order by ID
Method: post
Path: /productionMonitoring/clientapi/v2/workOrders/{workOrder-id}