# Recurring Journal Entries Automate recurring journal entries. Create templates for journal entries that occur regularly (e.g., monthly depreciation, amortization) to ensure consistent accounting treatment. ## List RecurringJournalEntry records - [GET /public/v1/recurring/journal-entries/](https://docs.dualentry.com/resources/recurring-journal-entries/list_recurringjournalentry_records.md): Retrieve a paginated list of RecurringJournalEntry records with filtering and ordering options. ## Create RecurringJournalEntry record - [POST /public/v1/recurring/journal-entries/](https://docs.dualentry.com/resources/recurring-journal-entries/create_recurringjournalentry_record.md): Create a new Recurring record with the provided data. Validates all required fields and business rules. ## Get RecurringJournalEntry record - [GET /public/v1/recurring/journal-entries/{record_number}/](https://docs.dualentry.com/resources/recurring-journal-entries/get_recurringjournalentry_record.md): Retrieve a specific Recurring record by number with all related data. ## Update RecurringJournalEntry record - [PUT /public/v1/recurring/journal-entries/{record_number}/](https://docs.dualentry.com/resources/recurring-journal-entries/update_recurringjournalentry_record.md): Update an existing RecurringJournalEntry record with the provided data. Validates all required fields and business rules. ## Delete RecurringJournalEntry record - [DELETE /public/v1/recurring/journal-entries/{record_number}/](https://docs.dualentry.com/resources/recurring-journal-entries/delete_recurringjournalentry_record.md): Delete a RecurringJournalEntry record.