Cost Scenarios REST Endpoints

Inventory Management/Cost Scenarios
The Cost Scenarios resource allows integration users to create new cost scenarios, and edit and query existing cost scenarios in Oracle Fusion Cost Management. A cost scenario is a simulation sandbox for cost planning users to do what-if analysis for their manufactured items and to publish the scenario to make the costs available to cost accounting for processing inventory and manufacturing transactions.
Create multiple cost scenarios
Method: post
Path: /fscmRestApi/resources/11.13.18.05/costScenarios
Get all cost scenarios
Method: get
Path: /fscmRestApi/resources/11.13.18.05/costScenarios
Get one single cost scenario
Method: get
Path: /fscmRestApi/resources/11.13.18.05/costScenarios/{costScenariosUniqID}
Update one cost scenario
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/costScenarios/{costScenariosUniqID}