Discrete Work Orders REST Endpoints

Manufacturing/Discrete Work Orders
The Discrete Work Orders resource manages details about what, how to, how many, and when to manufacture an item. This resource is used in an inventory organization that's identified as a discrete manufacturing plant. Each work order describes the item, work definition, operations, resources, components, quantities, dates, work order types, serials, and descriptive flexfields.
Create work orders
Method: post
Path: /fscmRestApi/resources/11.13.18.05/workOrders
Generates the Print Components Lists report.
Method: post
Path: /fscmRestApi/resources/11.13.18.05/workOrders/action/invokeGeneratePrintComponentsListESS
Generates the report of the Product Labels for a list of work orders.
Method: post
Path: /fscmRestApi/resources/11.13.18.05/workOrders/action/printProductLabelReport
Get all work orders
Method: get
Path: /fscmRestApi/resources/11.13.18.05/workOrders
Get one work order
Method: get
Path: /fscmRestApi/resources/11.13.18.05/workOrders/{WorkOrderId}
Invoke the Generate Extensible Work Order Traveller scheduled process
Method: post
Path: /fscmRestApi/resources/11.13.18.05/workOrders/action/invokeGenerateExtensibleWorkOrderTravelerESS
Invokes the scheduled process to pick materials.
Method: post
Path: /fscmRestApi/resources/11.13.18.05/workOrders/action/invokePickMaterialESS
Reschedule work orders at the midpoint
Method: post
Path: /fscmRestApi/resources/11.13.18.05/workOrders/action/midpointRescheduleWorkOrderOperation
Resequence the next operation
Method: post
Path: /fscmRestApi/resources/11.13.18.05/workOrders/action/resequenceAsNextOperation
Update one work order
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/workOrders/{WorkOrderId}