- Subcategories:
- Attachments
- Cost Scenario Events Timeline
- Work Definition Criteria
- Work Definition Criteria Details
Cost Scenarios REST Endpoints
Inventory Management/Cost Scenarios
The operations from the Inventory Management/Cost Scenarios category.
- 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}