Bill of Resources REST Endpoints

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