Resources REST Endpoints

Supply Chain Planning/Simulation Sets/Resources
The Resources resource manages the resources within a simulation set used as input for the Oracle Supply Chain Planning Cloud solution.
Create resources
Method: post
Path: /fscmRestApi/resources/11.13.18.05/simulationSets/{SimulationSetId}/child/Resources
Delete one resource
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/simulationSets/{SimulationSetId}/child/Resources/{ResourceId}
Get all resources
Method: get
Path: /fscmRestApi/resources/11.13.18.05/simulationSets/{SimulationSetId}/child/Resources
Get one resource
Method: get
Path: /fscmRestApi/resources/11.13.18.05/simulationSets/{SimulationSetId}/child/Resources/{ResourceId}
Update one resource
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/simulationSets/{SimulationSetId}/child/Resources/{ResourceId}