- Subcategories:
- Flexfields for Lot Attributes
- Flexfields for Lots
- Serials in Lots in Completed Transactions
Lots in Completed Transactions REST Endpoints
Inventory Management/Completed Transactions in Inventory/Lots in Completed Transactions
The Lots in Completed Transactions resource gets lot details for inventory transactions when the item is under lot control. The details include lot, parent lot, quantity, grade, expiration action, maturity date, and so on.
- Get all lots
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/inventoryCompletedTransactions/{TransactionId}/child/lots
- Get one lot
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/inventoryCompletedTransactions/{TransactionId}/child/lots/{lotsUniqID}