Invoice
Flags an existing Draft invoice as Sent ("Mark as Sent"). This is a status change only - the invoice is not emailed to the customer.
Only invoices currently in Draft status can be marked as Sent; any other status is rejected and nothing is changed. Zero-amount invoices are set to Paid rather than Sent. Use the SendWebhooks flag to fire the invoice_sent webhook event.
post/api/Invoice/MarkAsSent
Request body
Response
Returns the invoice number, resulting status and the Date Sent that was recorded.
Changes
Changed in 1 of the 3 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○