Cost Scenarios REST Endpoints

Inventory Management/Cost Scenarios
The operations from the Inventory Management/Cost Scenarios category.
Create multiple cost scenarios
Method: post
Path: /fscmRestApi/resources/11.13.18.05/costScenarios
Create one cost planning scenario
Method: post
Path: /fscmRestApi/resources/11.13.18.05/costScenariosV2
Delete one cost planning scenario
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/costScenariosV2/{ScenarioId}
Get all cost planning scenarios
Method: get
Path: /fscmRestApi/resources/11.13.18.05/costScenariosV2
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}
Get one specific cost planning scenario
Method: get
Path: /fscmRestApi/resources/11.13.18.05/costScenariosV2/{ScenarioId}
runScenarioProcessor
Method: post
Path: /fscmRestApi/resources/11.13.18.05/costScenariosV2/{ScenarioId}/action/runScenarioProcessor
Update one cost planning scenario
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/costScenariosV2/{ScenarioId}
Update one cost scenario
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/costScenarios/{costScenariosUniqID}