MIDAS API Addon MIDAS API: mod_invoice

Available in API 2.0+
Modifies/Updates the status of an existing invoice
Required ParametersPossible ValuesDescription
invoiceInvoice IDThe number/reference of the invoice to update
Required Parameters
(At least one required)
Possible ValuesDescription
clientClient IDThe numeric ID of the existing client to change the invoice for. Note: Only unsent invoices can have their client changed
notesstringAdditional notes to appear on the invoice
internal_notesstringAdditional internal notes associated with the invoice
paiddecimalThe total amount paid against the invoice (without currency symbol - i.e. 10.00)
creditdecimalThe total amount of credit applied to the invoice (without currency symbol - i.e. 10.00)
refundeddecimalThe total amount refunded against the invoice (without currency symbol - i.e. 10.00)
Example Response
{
	"invoice_updated":"MIDAS00075"
}
Variables ReturnedDescription
invoice_updatedThe Invoice number/reference of the updated invoice