- Subcategories:
- Approved Suppliers
- Bill of Resources
- Bill of Resources V2
- Component Items
- Item Subinventories
- Items
- Operations
- Planning Demands
- Planning Supplies
- Resources
- Supplier Capacities
- Supplier Items
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: postPath:
/fscmRestApi/resources/11.13.18.05/simulationSets/action/copySimulationSet - Create a new simulation set
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/simulationSets - Delete a simulation set
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/simulationSets/{SimulationSetId} - Get all simulation sets
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/simulationSets - Get one simulation set
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/simulationSets/{SimulationSetId} - Update a simulation set
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/simulationSets/{SimulationSetId}