financialAccount
Graphql fields and variables for the financialAccount query
The financial account record used for accounting
Scope required: billing:read
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?