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