# Estimate Scenario Resources

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

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