Invoice Items / Update existing invoice Items

When updating an Invoice Item, the Keys are relative to the internal ID's and not the contextual Invoice ID.

PUT
1.0.0 01-08-2026

Body parameters

module string Example: invoices
user_id integer Example: 1
key string Example: id
keyval integer Example: 23
data array Example:
[
  {
    "field": "status",
    "value": 2
  }
]