- Subcategories:
- Errors for Serials
- Flexfields for Inventory Striping Attributes
- Flexfields for Serial Attributes
- Flexfields for Serials
Serials for Lots REST Endpoints
Inventory Management/Shipment Transaction Requests/Shipments/Outer Packing Units/Packed Shipment Lines/Lots for Packed Shipment Lines/Serials for Lots
The Serials for Lots resource manages details about serial numbers for items under both serial and lot control.
- Create one serial
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/shipmentTransactionRequests/{TransactionId}/child/shipments/{DeliveryInterfaceId}/child/outerPackingUnits/{LPNInterfaceId}/child/packedLines/{DeliveryDetailInterfaceId7}/child/lots/{lotsUniqID}/child/serials
- Get all serials
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/shipmentTransactionRequests/{TransactionId}/child/shipments/{DeliveryInterfaceId}/child/outerPackingUnits/{LPNInterfaceId}/child/packedLines/{DeliveryDetailInterfaceId7}/child/lots/{lotsUniqID}/child/serials
- Get one serial
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/shipmentTransactionRequests/{TransactionId}/child/shipments/{DeliveryInterfaceId}/child/outerPackingUnits/{LPNInterfaceId}/child/packedLines/{DeliveryDetailInterfaceId7}/child/lots/{lotsUniqID3}/child/serials/{serialsUniqID}
- Update a serial
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/shipmentTransactionRequests/{TransactionId}/child/shipments/{DeliveryInterfaceId}/child/outerPackingUnits/{LPNInterfaceId}/child/packedLines/{DeliveryDetailInterfaceId7}/child/lots/{lotsUniqID3}/child/serials/{serialsUniqID}