financialAccountCreate
Graphql fields and variables for the financialAccountCreate mutation
mutation financialAccountCreate ($attributes: FinancialAccountAttributes!) {
financialAccountCreate (attributes: $attributes) {
errors
financialAccount {
accountNumber
accountTypeLabel
active
code
createdAt
defaultAccount
description
entityId
externalId
id
longName
name
pluginId
source
updatedAt
}
}
}Arguments
Name
Type
Description
Response
Name
Type
Description
Last updated
Was this helpful?
