latestOpenAPI 3.0.0Apache 2.02026-08-06199181.1 MB

e0d144609998

Invoice Notes

Get invoice note

Retrieve a specific invoice note by ID

get/invoice-notes/{id}

Path parameters

idinteger required

Invoice note ID

Response

Successful operation

messagestring

Example response

{
  "message": "Invoice note retrieved successfully.",
  "invoice_note": {
    "id": 1,
    "name": "Note 1",
    "description": "Thank you for your service."
  }
}