- Subcategories:
- Active Operations for Work Orders
- Attachments
- Flexfields for Project Details
- Flexfields for Work Order
- Resources for Operations
- Serials for Operations
- Status History
- Work Order Assemblies
- Work Order Exceptions
- Work Order Lots
- Work Order Materials
- Work Order Operation Parameters
- Work Order Reservations
- Work Order Statuses
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: postPath:
/fscmRestApi/resources/11.13.18.05/workOrders - Generate KPI values
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/workOrders/action/workOrderLandingPageMetrics - Generate the print components lists report
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/workOrders/action/invokeGeneratePrintComponentsListESS - Generate the report of product labels
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/workOrders/action/printProductLabelForExecution - Generate the report of the product labels
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/workOrders/action/printProductLabelReport - Get all work orders
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/workOrders - Get one work order
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/workOrders/{WorkOrderId} - Get one workforce person for a work center
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/workOrders/action/getWorkforcePersonDetails - Initiate scheduled process to generate extensible work order traveler
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/workOrders/action/invokeGenerateExtensibleWorkOrderTravelerESS - Initiate scheduled process to pick materials
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/workOrders/action/invokePickMaterialESS - Initiate scheduled process to pick materials with user-defined parameters
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/workOrders/action/invokeWorkOrderPickMaterialESS - Print PDF
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/workOrders/action/printPDF - Reschedule work orders at the midpoint
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/workOrders/action/midpointRescheduleWorkOrderOperation - Resequence the next operation
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/workOrders/action/resequenceAsNextOperation - Update one work order
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/workOrders/{WorkOrderId}