latestOpenAPI 3.0.0Apache 2.02026-08-06199181.1 MB

e0d144609998

Invoice Notes

Update invoice note

Update an existing invoice note

put/invoice-notes/{id}

Path parameters

idinteger required

Invoice note ID

Request body

namestring required
descriptionstring

Example request

{
  "name": "Updated Note",
  "description": "Updated note description."
}

Response

Successful operation

messagestring

Example response

{
  "message": "Invoice note  has been updated.",
  "invoice_note": {
    "id": 5,
    "name": "Note 1",
    "description": "Thank you"
  }
}