Request Lines REST Endpoints

Inventory Management/Replenish Inventory Requests/Request Lines
The Request Lines resource manages the replenish request lines.
Create lines
Method: post
Path: /fscmRestApi/resources/11.13.18.05/inventoryReplenishRequests/{GroupId}/child/replenishRequestLines
Get all lines
Method: get
Path: /fscmRestApi/resources/11.13.18.05/inventoryReplenishRequests/{GroupId}/child/replenishRequestLines
Get one line
Method: get
Path: /fscmRestApi/resources/11.13.18.05/inventoryReplenishRequests/{GroupId}/child/replenishRequestLines/{ReplenishmentIntId}
Update one line
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/inventoryReplenishRequests/{GroupId}/child/replenishRequestLines/{ReplenishmentIntId}