POST /api/v2/invoices/:id/send Send an invoice
Params
-
delivery_method Must be one of: <code>email</code>, <code>letter</code>, <code>auto</code>.
Sends an invoice to the client. The “delivery_method” param is optional and defaults to “auto” (which in turn takes the delivery method from the client settings).
Examples
POST /api/v2/invoices/8/send 422 { "error": "You must select at least one recipient." }