financialAccount
Graphql fields and variables for the financialAccount query
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
Response
Last updated
Was this helpful?
