Standard Cost Overhead Rates REST Endpoints

Inventory Management/Standard Cost Overhead Rates
The Standard Cost Overhead Rates resource manages information about plant overheads or work center overheads that are set up for standard cost make items.
Add one cost element to the selected overhead rates
Method: post
Path: /fscmRestApi/resources/11.13.18.05/standardOverheadRates/{standardOverheadRatesUniqID}/action/addCostElement
Create standard overhead rates
Method: post
Path: /fscmRestApi/resources/11.13.18.05/standardOverheadRates
Decrease unit rate of cost elements for selected overhead rates
Method: post
Path: /fscmRestApi/resources/11.13.18.05/standardOverheadRates/{standardOverheadRatesUniqID}/action/decreaseCost
Delete one standard overhead rate
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/standardOverheadRates/{standardOverheadRatesUniqID}
Delete rate details for selected overhead rates
Method: post
Path: /fscmRestApi/resources/11.13.18.05/standardOverheadRates/{standardOverheadRatesUniqID}/action/deleteCostElement
Get all overhead rates
Method: get
Path: /fscmRestApi/resources/11.13.18.05/standardOverheadRates
Get one overhead rate
Method: get
Path: /fscmRestApi/resources/11.13.18.05/standardOverheadRates/{standardOverheadRatesUniqID}
Increase unit rate of cost elements for selected overhead rates
Method: post
Path: /fscmRestApi/resources/11.13.18.05/standardOverheadRates/{standardOverheadRatesUniqID}/action/increaseCost
Replace the unit rate of cost elements for selected overhead rates
Method: post
Path: /fscmRestApi/resources/11.13.18.05/standardOverheadRates/{standardOverheadRatesUniqID}/action/replaceCost
Substitute one specific cost element for selected overhead rates
Method: post
Path: /fscmRestApi/resources/11.13.18.05/standardOverheadRates/{standardOverheadRatesUniqID}/action/substituteCostElement
Substitute one specific expense pool for selected overhead rates
Method: post
Path: /fscmRestApi/resources/11.13.18.05/standardOverheadRates/{standardOverheadRatesUniqID}/action/substituteExpensePool
Update one standard overhead rate
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/standardOverheadRates/{standardOverheadRatesUniqID}