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: post
Path: /fscmRestApi/resources/11.13.18.05/inventoryReplenishRequests/{GroupId}/child/replenishRequestLines/{ReplenishmentIntId}/child/lots/{LotReplenishRequestId}/child/lotSerials
Delete one lot serial number
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/inventoryReplenishRequests/{GroupId}/child/replenishRequestLines/{ReplenishmentIntId}/child/lots/{LotReplenishRequestId}/child/lotSerials/{SerialReplenishRequestId}
Get all lot serial numbers
Method: get
Path: /fscmRestApi/resources/11.13.18.05/inventoryReplenishRequests/{GroupId}/child/replenishRequestLines/{ReplenishmentIntId}/child/lots/{LotReplenishRequestId}/child/lotSerials
Get one lot serial number
Method: get
Path: /fscmRestApi/resources/11.13.18.05/inventoryReplenishRequests/{GroupId}/child/replenishRequestLines/{ReplenishmentIntId}/child/lots/{LotReplenishRequestId}/child/lotSerials/{SerialReplenishRequestId}
Update one lot serial number
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/inventoryReplenishRequests/{GroupId}/child/replenishRequestLines/{ReplenishmentIntId}/child/lots/{LotReplenishRequestId}/child/lotSerials/{SerialReplenishRequestId}