_getInvoiceStatuses
Returns the Invoice Statuses of Appointments
Parameters
ids
The IDs of the Appointments which Invoice Statuses will be retrieved from.
Example
Result
On Success
For each Appointment, the data returned is the following in this order: The Status of the Invoice: (Quoted => 0, Invoiced => 1, Paid => 2, Cancelled => 3, Credit Note => 4, DRAFT => 5) The date that the Invoice was sent to an Email The Invoice Number The due date of the Invoice
On Failure
If the "ids" parameter is not set:
If there are no Jobs with Invoices:
Last updated