v1

latestOpenAPI 3.1.02026-07-22733584.5 KB
Invoicing

Update a recurring template's status or schedule

Partially updates a recurring invoice template — rename it, pause/resume/ archive it, or change its cadence and next issue date. Requires a write-scoped key.

patch/invoice-recurring/{template_id}

Path parameters

template_idstring required

Request body

customer_idstring

Target company. Optional for API keys.

namestring
status'active' | 'paused' | 'archived'
cadence_monthsinteger

Months between issues.

next_issue_datestring

Next issue date, YYYY-MM-DD.

Response

Updated template.

object required