v4
latestOpenAPI 3.1.02026-08-031873791.4 MBRecurring Journal Entries
Update RecurringJournalEntry record
Update an existing RecurringJournalEntry record with the provided data. Validates all required fields and business rules.
put/public/v1/recurring/journal-entries/{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