---
title: "Change an invoice status"
method: PATCH
path: "/v1/workspaces/{workspaceId}/invoices/{invoiceId}/status"
tags: ["Invoice"]
---

# Change an invoice status

`PATCH /v1/workspaces/{workspaceId}/invoices/{invoiceId}/status`

## Path parameters

- `workspaceId` string, required — Represents a workspace identifier across the system.
- `invoiceId` string, required — Represents an invoice identifier across the system.

## Request body

- ChangeInvoiceStatusRequestV1
  - `invoiceStatus` 'UNSENT' | 'SENT' | 'PAID' | 'PARTIALLY_PAID' | 'VOID' | 'OVERDUE' — Represents the invoice status to be set.

## Response `200`

OK

---

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