# Estimate Scenarios

An Estimate Scenario is a possible project configuration, consisting of an estimated budget,
rate card, resources, and other related fields for a specified estimate.

## Fetching a list of Estimate Scenarios

 - [GET /estimate_scenarios](https://developer.kantata.com/kantata/specification/estimate-scenarios/get-estimate-scenarios.md): This endpoint returns structured Estimate Scenario 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_scenarios top-level JSON key.
Please see our Response Format section for more information.

## Creating a new Estimate Scenario

 - [POST /estimate_scenarios](https://developer.kantata.com/kantata/specification/estimate-scenarios/create-estimate-scenario.md): This endpoint returns structured Estimate Scenario 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_scenarios top-level JSON key.
Please see our Response Format section for more information.

## Fetching a single Estimate Scenario

 - [GET /estimate_scenarios/{id}](https://developer.kantata.com/kantata/specification/estimate-scenarios/get-estimate-scenario.md): This endpoint returns structured Estimate Scenario 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_scenarios top-level JSON key.
Please see our Response Format section for more information.

## Updating an existing Estimate Scenario

 - [PUT /estimate_scenarios/{id}](https://developer.kantata.com/kantata/specification/estimate-scenarios/update-estimate-scenario.md): This endpoint returns structured Estimate Scenario 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_scenarios top-level JSON key.
Please see our Response Format section for more information.

## Deleting an existing Estimate Scenario

 - [DELETE /estimate_scenarios/{id}](https://developer.kantata.com/kantata/specification/estimate-scenarios/delete-estimate-scenario.md): Deletes an estimate scenario, including all of its resources and their 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.

