financialAccountUpdate
Graphql fields and variables for the financialAccountUpdate mutation
Update a financial account
Scope required: billing:write
For a complete list of input attributes see the FinancialAccountAttributes type
mutation financialAccountUpdate ($id: ID!, $attributes: FinancialAccountAttributes!) {
financialAccountUpdate (id: $id, attributes: $attributes) {
errors
financialAccount {
accountNumber
accountTypeLabel
active
code
createdAt
defaultAccount
description
entityId
externalId
id
longName
name
pluginId
source
updatedAt
}
}
}Arguments
Name
Type
Description
id
ID
Response
Name
Type
Description
errors
List (String)
Last updated
Was this helpful?
