Send invoice
Mark an invoice as sent and deliver it to the customer. The optional request body lets the caller override individual fields of the email (Subject, PreviewText, GreetingLine, or OpeningBody Markdown) per send; any field omitted is resolved from the catalogue using the organisation’s DefaultInvoiceMessageTone and industry. Pass an empty body (or no body) to send the catalogue-resolved email as-is.
Path Parameters
Body
Resolves the catalogue with this tone instead of the organisation's default for this send only. When null, the organisation's DefaultInvoiceMessageTone is used.
Friendly, Direct, Formal Overrides the catalogue-resolved email Subject. When null, catalogue resolves.
Overrides the catalogue-resolved inbox preview text (the line that previews next to the subject in most clients). When null, catalogue resolves.
Overrides the catalogue-resolved greeting line (e.g. "Hi Acme,"). When null, catalogue resolves.
Overrides the catalogue-resolved opening body. Markdown; rendered to HTML at send time. When null, catalogue resolves.
Override the organisation's DefaultReminderOffsets for this send. null (or field omitted): use the organisation's default list. []: schedule no reminders for this send. Populated: schedule exactly these offsets, overriding the organisation default. Each offset is resolved relative to the invoice's DueDate; offsets that would resolve to a past time are skipped silently.
OneWeekBefore, TwoDaysBefore, OnDueDate, TwoDaysAfter, OneWeekAfter Response
OK
ISO 4217 currency code (e.g. GBP, USD, EUR)
Draft, Sent, Paid, Void, PartiallyPaid, Credited Total payments received against this invoice.
Total of issued credit notes applied to this invoice.
Remaining balance: TotalAmount - payments received - issued credit notes.
Set when this invoice was generated from a recurring schedule; null for hand-made invoices.