Simulation Sets REST Endpoints

Supply Chain Planning/Simulation Sets
The Simulation Sets resource manages overrides to the collected data used to perform simulations in the Oracle Supply Chain Planning Cloud solution.
Copies a simulation set
Method: post
Path: /fscmRestApi/resources/11.13.18.05/simulationSets/action/copySimulationSet
Create a new simulation set
Method: post
Path: /fscmRestApi/resources/11.13.18.05/simulationSets
Delete a simulation set
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/simulationSets/{SimulationSetId}
Get all simulation sets
Method: get
Path: /fscmRestApi/resources/11.13.18.05/simulationSets
Get one simulation set
Method: get
Path: /fscmRestApi/resources/11.13.18.05/simulationSets/{SimulationSetId}
Update a simulation set
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/simulationSets/{SimulationSetId}