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

financialAccount

Graphql fields and variables for the financialAccount query

Scope required:

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

query financialAccount ($id: ID, $code: String) {
  financialAccount (id: $id, code: $code) {
    accountNumber
    accountTypeLabel
    active
    code
    createdAt
    defaultAccount
    description
    entityId
    externalId
    id
    longName
    name
    pluginId
    source
    updatedAt
  }
}

Arguments

Name
Type
Description

id

ID

ID or Code required

code

String

ID or Code required

Response

Last updated

Was this helpful?