# Estimate Scenario Resources

Estimate Scenario Resources represent placeholders for unnamed resources in a specific estimate scenario.

## Fetching a list of Estimate Scenario Resources

 - [GET /estimate_scenario_resources](https://developer.kantata.com/kantata/specification/estimate-scenario-resources/get-estimate-scenario-resources.md): This endpoint provides a list of all scenario resources associated with the specified estimate
scenario.


This endpoint returns structured Estimate Scenario Resource objects.
As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the results array
and will be indexed by ID in the estimate_scenario_resources top-level JSON key.
Please see our Response Format section for more information.

## Creating a new Estimate Scenario Resource

 - [POST /estimate_scenario_resources](https://developer.kantata.com/kantata/specification/estimate-scenario-resources/create-estimate-scenario-resource.md): This endpoint returns structured Estimate Scenario Resource objects.
As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the results array
and will be indexed by ID in the estimate_scenario_resources top-level JSON key.
Please see our Response Format section for more information.

## Fetching a single Estimate Scenario Resource

 - [GET /estimate_scenario_resources/{id}](https://developer.kantata.com/kantata/specification/estimate-scenario-resources/get-estimate-scenario-resource.md): This endpoint returns structured Estimate Scenario Resource objects.
As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the results array
and will be indexed by ID in the estimate_scenario_resources top-level JSON key.
Please see our Response Format section for more information.

## Updating an existing Estimate Scenario Resource

 - [PUT /estimate_scenario_resources/{id}](https://developer.kantata.com/kantata/specification/estimate-scenario-resources/update-estimate-scenario-resource.md): This endpoint returns structured Estimate Scenario Resource objects.
As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the results array
and will be indexed by ID in the estimate_scenario_resources top-level JSON key.
Please see our Response Format section for more information.

## Deleting an existing Estimate Scenario Resource

 - [DELETE /estimate_scenario_resources/{id}](https://developer.kantata.com/kantata/specification/estimate-scenario-resources/delete-estimate-scenario-resource.md): This will delete an estimate scenario resource and its allocations.

The response will contain no content and an HTTP 204 status code if the request was
successful, or a standard Kantata OX error message explaining why the object could not be deleted.

