# 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.

 - [GET /estimate_scenarios](https://developer.kantata.com/kantata/specification/estimate-scenarios/get%20estimate%20scenarios.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
 - [POST /estimate_scenarios](https://developer.kantata.com/kantata/specification/estimate-scenarios/create%20estimate%20scenario.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
 - [GET /estimate_scenarios/{id}](https://developer.kantata.com/kantata/specification/estimate-scenarios/get%20estimate%20scenario.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
 - [PUT /estimate_scenarios/{id}](https://developer.kantata.com/kantata/specification/estimate-scenarios/update%20estimate%20scenario.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
 - [DELETE /estimate_scenarios/{id}](https://developer.kantata.com/kantata/specification/estimate-scenarios/delete%20estimate%20scenario.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 Kanta
