- Subcategories:
 - Attachments
 - Cost Scenario Events Timeline
 - Work Definition Criteria
 - Work Definition Criteria Details
 
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: postPath:
/fscmRestApi/resources/11.13.18.05/costScenarios - Create one cost planning scenario
 - Method: postPath:
/fscmRestApi/resources/11.13.18.05/costScenariosV2 - Delete one cost planning scenario
 - Method: deletePath:
/fscmRestApi/resources/11.13.18.05/costScenariosV2/{ScenarioId} - Get all cost planning scenarios
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/costScenariosV2 - Get all cost scenarios
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/costScenarios - Get one single cost scenario
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/costScenarios/{costScenariosUniqID} - Get one specific cost planning scenario
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/costScenariosV2/{ScenarioId} - runScenarioProcessor
 - Method: postPath:
/fscmRestApi/resources/11.13.18.05/costScenariosV2/{ScenarioId}/action/runScenarioProcessor - Update one cost planning scenario
 - Method: patchPath:
/fscmRestApi/resources/11.13.18.05/costScenariosV2/{ScenarioId} - Update one cost scenario
 - Method: patchPath:
/fscmRestApi/resources/11.13.18.05/costScenarios/{costScenariosUniqID}