Alternate Resources REST Endpoints

Supply Chain Planning/Simulation Sets/Bill of Resources/Alternate Resources
The Alternate Resources resource manages the collected alternate resources in the bill of resources that are used as input for the planning engine.
Create alternate resources in the bill of resources
Method: post
Path: /fscmRestApi/resources/11.13.18.05/simulationSets/{SimulationSetId}/child/BillOfResources/{BorId}/child/AlternateResources
Get all alternate resources from the bill of resources
Method: get
Path: /fscmRestApi/resources/11.13.18.05/simulationSets/{SimulationSetId}/child/BillOfResources/{BorId}/child/AlternateResources
Get one alternate resource from the bill of resources
Method: get
Path: /fscmRestApi/resources/11.13.18.05/simulationSets/{SimulationSetId}/child/BillOfResources/{BorId}/child/AlternateResources/{AlternateResourceId}
Update one alternate resource in the bill of resources
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/simulationSets/{SimulationSetId}/child/BillOfResources/{BorId}/child/AlternateResources/{AlternateResourceId}