---
title: "Changes to Change Invoice State"
method: PUT
path: "/{invoices-type}/{document-id}/change-state.json"
---

# Changes to Change Invoice State

`PUT /{invoices-type}/{document-id}/change-state.json`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 1 of 3 revisions.

- **2026-08-25** `5b82d4eb0d9f` — 10 breaking, 1 warning, 5 info

## Changes

- **2026-08-25** `5b82d4eb0d9f` — 10 breaking, 1 warning, 5 info
  - the response property `invoice/discount` became nullable for the status `200`
  - the response property `invoice/items/items/description` became nullable for the status `200`
  - the response property `invoice/observations` became nullable for the status `200`
  - the response property `invoice/reference` became nullable for the status `200`
  - the response property `invoice/retention` became nullable for the status `200`
  - the response property `invoice/sequence_id` became nullable for the status `200`
  - the `errors` response's property type/format changed from `object`/`` to `array`/`` for status `401`
  - the `invoice/items/items/quantity` response's property type/format changed from `number`/`` to `string`/`` for status `200`
  - the `invoice/items/items/unit_price` response's property type/format changed from `number`/`` to `string`/`` for status `200`
  - the `invoice/sequence_id` response's property type/format changed from `string`/`` to `integer, null`/`` for status `200`
  - removed the optional property `errors/error` from the response with the `401` status
  - added the optional property `invoice/cancel_reason` to the response with the `200` status
  - added the optional property `invoice/items/items/discount_amount` to the response with the `200` status
  - added the optional property `invoice/items/items/subtotal` to the response with the `200` status
  - added the optional property `invoice/items/items/tax/id` to the response with the `200` status
  - added the optional property `invoice/items/items/tax_amount` to the response with the `200` status

---

[Operation](https://skmtc.dev/invoicexpress/apis/invoicexpress-api/docs/:invoices-type/:document-id/change-state.json/put.md) · [API](https://skmtc.dev/invoicexpress/apis/invoicexpress-api.md) · [Page](https://skmtc.dev/invoicexpress/apis/invoicexpress-api/changes/:invoices-type/:document-id/change-state.json/put)
