Resource Rates REST Endpoints

Inventory Management/Resource Rates
Resource rate provides details of the total resource rate at the cost scenario, cost organization, cost book, and inventory organization levels.
Add one cost element to the selected resource rates
Method: post
Path: /fscmRestApi/resources/11.13.18.05/resourceRates/{resourceRatesUniqID}/action/addCostElement
Create multiple resource rates
Method: post
Path: /fscmRestApi/resources/11.13.18.05/resourceRates
Decrease unit rate of cost elements for selected resource rates
Method: post
Path: /fscmRestApi/resources/11.13.18.05/resourceRates/{resourceRatesUniqID}/action/decreaseCost
Delete one resource rate
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/resourceRates/{resourceRatesUniqID}
Delete rate details for selected resource rates
Method: post
Path: /fscmRestApi/resources/11.13.18.05/resourceRates/{resourceRatesUniqID}/action/deleteCostElement
Get all resource rates
Method: get
Path: /fscmRestApi/resources/11.13.18.05/resourceRates
Get one resource rate
Method: get
Path: /fscmRestApi/resources/11.13.18.05/resourceRates/{resourceRatesUniqID}
Increase unit rate of cost elements for selected resource rates
Method: post
Path: /fscmRestApi/resources/11.13.18.05/resourceRates/{resourceRatesUniqID}/action/increaseCost
Replace the unit rate of cost elements for selected resource rates
Method: post
Path: /fscmRestApi/resources/11.13.18.05/resourceRates/{resourceRatesUniqID}/action/replaceCost
Substitute one specific cost element for selected resource rates
Method: post
Path: /fscmRestApi/resources/11.13.18.05/resourceRates/{resourceRatesUniqID}/action/substituteCostElement
Substitute one specific expense pool for selected resource rates
Method: post
Path: /fscmRestApi/resources/11.13.18.05/resourceRates/{resourceRatesUniqID}/action/substituteExpensePool
Update one resource rate
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/resourceRates/{resourceRatesUniqID}