- Subcategories:
- Option Dependent Resource Details V2
Bill of Resources V2 REST Endpoints
Supply Chain Planning/Simulation Sets/Bill of Resources V2
List of resources required to make an item, provided as input for supply chain planning activities.
- Create bill of resources
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/simulationSets/{SimulationSetId}/child/BillOfResourcesV2 - Delete one bill of resource
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/simulationSets/{SimulationSetId}/child/BillOfResourcesV2/{DerivedBorId} - Get all bill of resources
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/simulationSets/{SimulationSetId}/child/BillOfResourcesV2 - Get one bill of resource
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/simulationSets/{SimulationSetId}/child/BillOfResourcesV2/{DerivedBorId} - Update one bill of resource
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/simulationSets/{SimulationSetId}/child/BillOfResourcesV2/{DerivedBorId}