- Subcategories:
- Lot Serials
Lots REST Endpoints
Inventory Management/Replenish Inventory Requests/Request Lines/Lots
Lot details for Replenish Inventory Request when the item is lot-controlled.
- Create all lot numbers
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/inventoryReplenishRequests/{GroupId}/child/replenishRequestLines/{ReplenishmentIntId}/child/lots - Delete one lot number
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/inventoryReplenishRequests/{GroupId}/child/replenishRequestLines/{ReplenishmentIntId}/child/lots/{LotReplenishRequestId} - Get all lot numbers
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/inventoryReplenishRequests/{GroupId}/child/replenishRequestLines/{ReplenishmentIntId}/child/lots - Get one lot number
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/inventoryReplenishRequests/{GroupId}/child/replenishRequestLines/{ReplenishmentIntId}/child/lots/{LotReplenishRequestId} - Update one lot number
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/inventoryReplenishRequests/{GroupId}/child/replenishRequestLines/{ReplenishmentIntId}/child/lots/{LotReplenishRequestId}