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
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}
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}