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