- Subcategories:
- Flexfields for Lot Attributes
- Flexfields for Lot Numbers
Lots That Control Items REST Endpoints
Inventory Management/Receiving Receipt Requests/Requests for Receiving Transactions/Lots That Control Items
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/receivingReceiptRequests/{HeaderInterfaceId}/child/lines/{InterfaceTransactionId}/child/lotItemLots - Delete one lot information
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/receivingReceiptRequests/{HeaderInterfaceId}/child/lines/{InterfaceTransactionId}/child/lotItemLots/{lotItemLotsUniqID} - Get all lot information
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/receivingReceiptRequests/{HeaderInterfaceId}/child/lines/{InterfaceTransactionId}/child/lotItemLots - Get one lot information
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/receivingReceiptRequests/{HeaderInterfaceId}/child/lines/{InterfaceTransactionId}/child/lotItemLots/{lotItemLotsUniqID} - Update one lot information
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/receivingReceiptRequests/{HeaderInterfaceId}/child/lines/{InterfaceTransactionId}/child/lotItemLots/{lotItemLotsUniqID}