---
title: "Change invoice status"
method: POST
path: "/api/invoice/changestatus"
tags: ["Invoice"]
---

# Change invoice status

`POST /api/invoice/changestatus`

## Headers

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

## Request body

- ChangeStatusApiModel
  - `Id` integer — Invoice Id
  - `Status` 'Draft' | 'Paid' | 'Unpaid' | 'Overdue' | 'Void' — New status of the invoice

## Response `200`

OK

- boolean

---

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