- Subcategories:
- Flexfields for Process Work Orders
- Flexfields for Project Details
- Operations
- Status History
- Work Order Attachments
- Work Order Materials
- Work Order Operation Parameters
- Work Order Outputs
- Work Order Reservations
- Work Order Resources
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: postPath:
/fscmRestApi/resources/11.13.18.05/processWorkOrders
- Generate a report of product labels for a list of work orders using the given context
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/processWorkOrders/action/printProductLabelForExecution
- Generate extensible work order traveller
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/processWorkOrders/action/invokeGenerateExtensibleWorkOrderTravelerESS
- Generate KPI values for metrics on the landing page
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/processWorkOrders/action/workOrderLandingPageMetrics
- Generate the print components list
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/processWorkOrders/action/invokeGeneratePrintComponentsListESS
- Generates a report of Product Labels for a list of work orders.
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/processWorkOrders/action/printProductLabelReport
- Get all work orders
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/processWorkOrders
- Get one work order
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/processWorkOrders/{processWorkOrdersUniqID}
- Initiate the scheduled process
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/processWorkOrders/action/invokeWorkOrderPickMaterialESS
- Invoke the scheduled process to pick materials
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/processWorkOrders/action/invokePickMaterialESS
- Print PDF
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/processWorkOrders/action/printPDF
- Reschedule work orders at the midpoint
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/processWorkOrders/action/midpointRescheduleWorkOrderOperation
- Resequence the next operation
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/processWorkOrders/action/resequenceAsNextOperation
- Scale the process work order
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/processWorkOrders/action/scaleProcessWorkOrder
- Update one work order
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/processWorkOrders/{processWorkOrdersUniqID}