Allocation Scenarios REST Endpoints
Supply Chain Planning/Allocation Scenarios
An allocation scenario details the item, organization, and allocation nodes used to manage supply allocation.
- Create one allocation scenario
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/bmAllocationScenarios
- Delete one allocation scenario
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/bmAllocationScenarios/{ScenarioId}
- Get all allocation scenarios
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/bmAllocationScenarios
- Get one allocation scenario
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/bmAllocationScenarios/{ScenarioId}
- Update one allocation scenario
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/bmAllocationScenarios/{ScenarioId}