latestOpenAPI 3.0.0Apache 2.02026-08-06199181.1 MB

e0d144609998

Invoice Notes

Create invoice note

Create a new invoice note

post/invoice-notes

Request body

namestring required

Invoice note name

descriptionstring

Invoice note description

Example request

{
  "name": "Late Payment",
  "description": "Applied for overdue invoices."
}

Response

Successful operation

messagestring

Example response

{
  "message": "Invoice note has been created successfully.",
  "invoice_note": {
    "id": 5,
    "name": "Late Payment",
    "description": "Applied for overdue invoices."
  }
}