Invoice Notes
Create invoice note
Create a new invoice note
post/invoice-notes
Request body
Example request
{
"name": "Late Payment",
"description": "Applied for overdue invoices."
}Response
Successful operation
Example response
{
"message": "Invoice note has been created successfully.",
"invoice_note": {
"id": 5,
"name": "Late Payment",
"description": "Applied for overdue invoices."
}
}