Recurring Invoices
Create RecurringInvoice record
Create a new Recurring record with the provided data. Validates all required fields and business rules.
POST
Create RecurringInvoice record
Documentation Index
Fetch the complete documentation index at: https://docs.dualentry.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Body
application/json
Recurrence rule in iCalendar RRULE format (RFC 5545)
Required string length:
8 - 500Pattern:
^FREQ=(DAILY|WEEKLY|MONTHLY|YEARLY)(?:;.*)?$Examples:
"FREQ=DAILY"
"FREQ=WEEKLY;BYDAY=MO,WE,FR"
"FREQ=MONTHLY;BYMONTHDAY=15"
"FREQ=YEARLY;BYMONTH=12;BYMONTHDAY=25"
"FREQ=MONTHLY;BYDAY=1MO"
"FREQ=WEEKLY;INTERVAL=2;BYDAY=TU,TH"
"FREQ=MONTHLY;BYMONTHDAY=1;COUNT=12"
"FREQ=DAILY;UNTIL=20241231T235959Z"
"FREQ=WEEKLY;WKST=SU;BYDAY=MO,TU,WE,TH,FR"
Available options:
active, inactive Available options:
automatic, reminder Response
OK
Available options:
active, inactive Available options:
automatic, reminder Schema for audit actor information.
Schema for audit actor information.
Last modified on May 28, 2026
