Work Order Lots REST Endpoints
Manufacturing/Discrete Work Orders/Work Order Lots
The Work Order Lots resource manages the product lots for the work order item. This resource is associated with a feature that requires opt in.
- Create product lots
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/workOrders/{WorkOrderId}/child/WorkOrderLotNumber
- Delete one product lot
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/workOrders/{WorkOrderId}/child/WorkOrderLotNumber/{WorkOrderProductLotId}
- Get all product lots
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/workOrders/{WorkOrderId}/child/WorkOrderLotNumber
- Get one product lot
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/workOrders/{WorkOrderId}/child/WorkOrderLotNumber/{WorkOrderProductLotId}