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: post
Path: /fscmRestApi/resources/11.13.18.05/workOrders/{WorkOrderId}/child/WorkOrderLotNumber
Delete one product lot
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/workOrders/{WorkOrderId}/child/WorkOrderLotNumber/{WorkOrderProductLotId}
Get all product lots
Method: get
Path: /fscmRestApi/resources/11.13.18.05/workOrders/{WorkOrderId}/child/WorkOrderLotNumber
Get one product lot
Method: get
Path: /fscmRestApi/resources/11.13.18.05/workOrders/{WorkOrderId}/child/WorkOrderLotNumber/{WorkOrderProductLotId}