Lot Serials REST Endpoints
Inventory Management/Interfaced Pick Transactions/Lots/Lot Serials
The Lot Serials resource manages the serials for a lot of an interfaed 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/lots/{lotsUniqID}/child/lotSerials
- Delete one lot serial number
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/interfacedPickTransactions/{TransactionInterfaceId}/child/lots/{lotsUniqID}/child/lotSerials/{lotSerialsUniqID}
- Get all lot serial numbers
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/interfacedPickTransactions/{TransactionInterfaceId}/child/lots/{lotsUniqID}/child/lotSerials
- Get one lot serial number
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/interfacedPickTransactions/{TransactionInterfaceId}/child/lots/{lotsUniqID}/child/lotSerials/{lotSerialsUniqID}
- Update one lot serial number
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/interfacedPickTransactions/{TransactionInterfaceId}/child/lots/{lotsUniqID}/child/lotSerials/{lotSerialsUniqID}