For the complete documentation index, see llms.txt. This page is also available as Markdown.

journalEntryLine

Graphql fields and variables for the journalEntryLine query

Scope required:

For a complete list of possible response fields see the JournalEntryLine type.

query journalEntryLine ($id: ID, $code: String, $format: String) {
  journalEntryLine (id: $id, code: $code, format: $format) {
    credit
    currencyId
    debit
    financialAccountId
    id
    journalEntryId
    source
  }
}

Arguments

Name
Type
Description

id

ID

code

String

format

String

Response

Last updated

Was this helpful?