Update Recurring Invoice
update_recurring_invoiceUpdate an existing recurring invoice template by modifying only specified fields—frequency, line items, tax rate, or notes. Changes to line items and tax rate apply solely to future generated invoices.
Instructions
Update an existing recurring invoice template using PATCH semantics. Only provided fields are changed. Changing lineItems or taxRate affects future generated invoices only, not already-created ones. / Actualiza una plantilla de factura recurrente existente. Solo se modifican los campos proporcionados. Cambiar lineas o tipo impositivo afecta solo a futuras facturas generadas.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Recurring invoice template ID / ID de la plantilla | |
| notes | No | Updated notes / Notas actualizadas | |
| taxRate | No | Updated tax rate percentage / Tipo impositivo actualizado | |
| frequency | No | Updated frequency / Frecuencia actualizada | |
| lineItems | No | Updated line items (replaces all) / Lineas actualizadas (reemplaza todas) | |
| templateName | No | Updated template name / Nombre actualizado |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| status | No | ||
| nextRun | No | ||
| createdAt | No | ||
| frequency | No | ||
| lineItems | No | ||
| recipient | No | ||
| updatedAt | No | ||
| templateName | No |