action codat_get_create_journal_entries_model { label: "Get create journal entry model" description: "Get create journal entry model. Returns the expected data for the request payload.\n\nSee the examples for integration-specific indicative models.\n\n> **Supported Integrations**\n> \n> Check out our [Knowledge UI](https://knowledge.codat.io/supported-features/accounting?view=tab-by-data-type&dataType=journalEntries) for integrations that support creating journal entries." provider: codat method: GET path: "/companies/{companyId}/connections/{connectionId}/options/journalEntries" encoding: json output: { type: "object" } }