_invoiceGenerate
Generate an invoice for the Appointment.
Parameters
id
The ID of the Appointment.
Example
Result
On Success
The ID returned here is the database ID of the invoice row.
Note the Status, which starts as '-1', meaning 'Draft'. Common Status values are:
-1: Draft
0: Quoted
1: Invoiced
2: Paid
3: Cancelled
On Failure
Last updated