Substitute Components REST Endpoints

Supply Chain Planning/Simulation Sets/Bill of Resources/Substitute Components
The Substitute Components resource manages the collected substitute component, in the bill of resources, which is used as input for the planning engine.
Create substitute components in the bill of resources
Method: post
Path: /fscmRestApi/resources/11.13.18.05/simulationSets/{SimulationSetId}/child/BillOfResources/{BorId}/child/SubstituteComponents
Get all substitute components from the bill of resources
Method: get
Path: /fscmRestApi/resources/11.13.18.05/simulationSets/{SimulationSetId}/child/BillOfResources/{BorId}/child/SubstituteComponents
Get one substitute component from the bill of resources
Method: get
Path: /fscmRestApi/resources/11.13.18.05/simulationSets/{SimulationSetId}/child/BillOfResources/{BorId}/child/SubstituteComponents/{SubstituteComponentItemId}
Update one substitute component in the bill of resources
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/simulationSets/{SimulationSetId}/child/BillOfResources/{BorId}/child/SubstituteComponents/{SubstituteComponentItemId}