# Journal Entries Create and manage manual journal entries. Record direct debits and credits to accounts for adjustments, accruals, reclassifications, and other accounting transactions. ## List JournalEntry records - [GET /public/v1/journal-entries/](https://docs.dualentry.com/resources/journal-entries/list_journalentry_records.md): Retrieve a paginated list of JournalEntry records with filtering and ordering options. ## Create JournalEntry record - [POST /public/v1/journal-entries/](https://docs.dualentry.com/resources/journal-entries/create_journalentry_record.md): Create a new JournalEntry record with the provided data. Validates all required fields and business rules. ## Get JournalEntry record - [GET /public/v1/journal-entries/{record_number}/](https://docs.dualentry.com/resources/journal-entries/get_journalentry_record.md): Retrieve a specific JournalEntry record by number with all related data. ## Update JournalEntry record - [PUT /public/v1/journal-entries/{record_number}/](https://docs.dualentry.com/resources/journal-entries/update_journalentry_record.md): Update an existing JournalEntry record with the provided data. Validates all required fields and business rules. ## Create JournalEntry record attachments - [POST /public/v1/journal-entries/{record_number}/attachments/](https://docs.dualentry.com/resources/journal-entries/create_journalentry_record_attachments.md): Create a new JournalEntry record attachments with the provided data. Validates all required fields and business rules.