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."
  }
}