v1

latestOpenAPI 3.0.02026-07-2455104.8 MB
Invoice

Update invoice

Update a single invoice

patch/api/v1/invoices/{id}

Path parameters

idstring required

Resource identifier.

Example:17

The resource's identifier.

Request body

datestring date
costCenterstring
devCustomerstring nullable
paymentMethodNamestring
glnstring nullable
taxationstring

Example request

{
  "project": {
    "id": "1337"
  },
  "customer": {
    "id": "1337"
  },
  "tags": [
    {
      "id": "1337"
    }
  ],
  "dunningSettings": {
    "level": "paymentReminder",
    "date": "2022-08-10",
    "comment": "First reminder sent",
    "sent": true
  },
  "dunningManualSettings": {
    "paymentStatus": "paid",
    "paidAt": "2022-08-10",
    "actualAmount": 22.33,
    "discountGiven": 2
  }
}

Response

Operation completed successfully, no response body