Process Work Orders REST Endpoints

Manufacturing/Process Work Orders
The Process Work Orders resource manages details about what, how to, how many, and when to manufacture a primary product. This resource is used in an inventory organization that's identified as a process manufacturing plant. Each process work order describes the primary output item, by-products, operations, resources, input items, quantities, dates, and descriptive flexfields.
Create work orders
Method: post
Path: /fscmRestApi/resources/11.13.18.05/processWorkOrders
Get all work orders
Method: get
Path: /fscmRestApi/resources/11.13.18.05/processWorkOrders
Get one work order
Method: get
Path: /fscmRestApi/resources/11.13.18.05/processWorkOrders/{processWorkOrdersUniqID}
Reschedule work orders at the midpoint
Method: post
Path: /fscmRestApi/resources/11.13.18.05/processWorkOrders/action/midpointRescheduleWorkOrderOperation
Resequences the next operation
Method: post
Path: /fscmRestApi/resources/11.13.18.05/processWorkOrders/action/resequenceAsNextOperation
Update one work order
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/processWorkOrders/{processWorkOrdersUniqID}