Lots for Unpacked Shipment Lines REST Endpoints

Inventory Management/Shipment Transaction Requests/Shipments/Unpacked Shipment Lines/Lots for Unpacked Shipment Lines
The Lots for Unpacked Shipment Lines resource manages details about lot numbers for items under lot control in unpacked shipment lines.
Create one lot
Method: post
Path: /fscmRestApi/resources/11.13.18.05/shipmentTransactionRequests/{TransactionId}/child/shipments/{DeliveryInterfaceId}/child/unpackedLines/{DeliveryDetailInterfaceId10}/child/lots
Get all lots
Method: get
Path: /fscmRestApi/resources/11.13.18.05/shipmentTransactionRequests/{TransactionId}/child/shipments/{DeliveryInterfaceId}/child/unpackedLines/{DeliveryDetailInterfaceId10}/child/lots
Get one lot
Method: get
Path: /fscmRestApi/resources/11.13.18.05/shipmentTransactionRequests/{TransactionId}/child/shipments/{DeliveryInterfaceId}/child/unpackedLines/{DeliveryDetailInterfaceId10}/child/lots/{lotsUniqID}
Update a lot
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/shipmentTransactionRequests/{TransactionId}/child/shipments/{DeliveryInterfaceId}/child/unpackedLines/{DeliveryDetailInterfaceId10}/child/lots/{lotsUniqID}