v4
latestOpenAPI 3.1.02026-08-031873791.4 MBRecurring Invoices
Update RecurringInvoice record
Update an existing RecurringInvoice record with the provided data. Validates all required fields and business rules.
put/public/v1/recurring/invoices/{record_number}/
Path parameters
record_numberinteger required
The number attribute of the record.
The number attribute of the record.
Request body
Example request
{
"rrule": "FREQ=DAILY"
}Response
OK