---
title: "Create estimate values for a capacity investment"
method: POST
path: "/capacity_investments/{id}/estimate_values"
tags: ["Capacity estimate values"]
---

# Create estimate values for a capacity investment

`POST /capacity_investments/{id}/estimate_values`

Estimate value objects should include the following keys: `team_id`, `period_start`, and `total`. This endpoint uses an "upsert" flow, updating existing records, or creating new ones if they do not exist. Returns all updated and destroyed estimate values, including computed sums and ignored values.

## Path parameters

- `id` string, required

## Request body

- CapacityestimatevaluesPostRequest
  - `estimate_value` object
    - `total` integer

## Response `200`

Successful operation

---

[API](https://skmtc.net/aha/apis/aha-api.md) · [All operations](https://skmtc.net/aha/apis/aha-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aha/aha-api/revisions/6274be5aa6c5/schema)
