Update Recurring Invoice
update_recurring_invoiceModify an existing recurring invoice template by updating only the provided fields. Changes to line items or tax rate apply 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 | |
| templateName | No | Updated template name / Nombre actualizado | |
| frequency | No | Updated frequency / Frecuencia actualizada | |
| lineItems | No | Updated line items (replaces all) / Lineas actualizadas (reemplaza todas) | |
| taxRate | No | Updated tax rate percentage / Tipo impositivo actualizado | |
| notes | No | Updated notes / Notas actualizadas |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| templateName | No | ||
| frequency | No | ||
| nextRun | No | ||
| recipient | No | ||
| lineItems | No | ||
| status | No | ||
| createdAt | No | ||
| updatedAt | No |