- Subcategories:
- Flexfields for Lot Attributes That Share Control
- Flexfields for Lots That Share Control
- Lots and Serials That Control Items
Serials and Lots That Control Items REST Endpoints
The Lots for Lot and Serial Items resource manages the lot information for a transaction line whose item is both lot and serial controlled.
- Create lot information
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/receivingTransactions/{GroupId}/child/transactionLines/{UniqueTransactionId}/child/lotSerialItemLots - Get all lot information
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/receivingTransactions/{GroupId}/child/transactionLines/{UniqueTransactionId}/child/lotSerialItemLots - Get one lot for a receipt
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/receivingTransactions/{GroupId}/child/transactionLines/{UniqueTransactionId}/child/lotSerialItemLots/{lotSerialItemLotsUniqID}