- 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
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/costScenariosV2 - Create multiple cost scenarios
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/costScenarios - Delete
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/costScenariosV2/{ScenarioId} - Get
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/costScenariosV2/{ScenarioId} - Get all
- 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} - runScenarioProcessor
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/costScenariosV2/{ScenarioId}/action/runScenarioProcessor - Update
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/costScenariosV2/{ScenarioId} - Update one cost scenario
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/costScenarios/{costScenariosUniqID}