Create a new recurring invoice
create_recurring_invoiceCreate recurring invoices by defining billing schedules, line items, VAT options, and auto-send settings to automate repeated billing for relations.
Instructions
Create a new recurring invoice.
Create a new recurring invoice. Use the /invoices/recurring/options endpoint first to determine valid combinations of vat_id, ledger_id and vat_option.
Lines can be either regular lines (with qty, amount, vat_id, ledger_id) or info lines (with info=true and description only).
[Recurring Invoices] POST /invoices/recurring
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| administration | No | The client administration to act on. Only one is configured: default. |