---
title: "Changes invoice status to given status."
method: POST
path: "/accounting/providers/invoices/{invoiceId}/status"
tags: ["Vendor Invoices"]
---

# Changes invoice status to given status.

`POST /accounting/providers/invoices/{invoiceId}/status`

Changes invoice status to given status.

## Path parameters

- `invoiceId` integer, required

## Request body

- StatusRequestDTO
  - `status` 'POSTPONED' | 'TO_BE_SENT' | 'SENT' | 'CONFIRMED' | 'BILL_CREATED'

## Response `204`

Success

---

[API](https://skmtc.dev/xtrf/apis/xtrf-home-portal-api.md) · [All operations](https://skmtc.dev/xtrf/apis/xtrf-home-portal-api/llms.txt) · [OpenAPI document](https://skmtc.dev/xtrf/apis/xtrf-home-portal-api/revisions/cdbc3f939a37?raw)
