- Fakturan.nu API 2 /
- Invoices /
- send
POST
/api/v2/invoices/:id/send
Send an invoice
Params
-
delivery_method
Must be one of:
email,letter,auto.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."
}