---
title: "Change estimation status"
method: POST
path: "/api/estimation/changestatus"
tags: ["Estimation"]
---

# Change estimation status

`POST /api/estimation/changestatus`

## Headers

- `x-auth-key` string, required
- `x-auth-secret` string, required

## Request body

- EstimationChangeStatusApiModel
  - `Id` integer — Estimation Id
  - `Status` 'Draft' | 'Accepted' | 'Rejected' — New status of the estimation

## Response `200`

OK

- boolean

---

[API](https://skmtc.dev/envoice/apis/api-v1-0-0.md) · [All operations](https://skmtc.dev/envoice/apis/api-v1-0-0/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/envoice/api-v1-0-0/revisions/e20a9e338d8f/schema)
