Lot Serials REST Endpoints
Inventory Management/Interfaced Pick Transactions/Lot Serials
The Lot Serials resource manages the serials for a lot of an interfaced pick transaction when an item is both lot and serial-controlled.
- Create one lot serial number
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/interfacedPickTransactions/{TransactionInterfaceId}/child/serials - Delete one lot serial number
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/interfacedPickTransactions/{TransactionInterfaceId}/child/serials/{serialsUniqID} - Get all lot serial numbers
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/interfacedPickTransactions/{TransactionInterfaceId}/child/serials - Unit of measure of the gross weight of the packing unit.
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/interfacedPickTransactions/{TransactionInterfaceId}/child/serials/{serialsUniqID} - Update one lot serial number
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/interfacedPickTransactions/{TransactionInterfaceId}/child/serials/{serialsUniqID}