financialAccountCreate
Graphql fields and variables for the financialAccountCreate mutation
Create a financial account
Scope required: billing:write
For a complete list of input attributes see the FinancialAccountAttributes type
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
errors
List (String)
Last updated
Was this helpful?
