v4
latestOpenAPI 3.1.02026-08-032294621.7 MBRecurring Bills
Update RecurringBill record
Update an existing RecurringBill record with the provided data. Validates all required fields and business rules.
put/public/v2/recurring/bills/{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