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