financialAccountUpdate
Graphql fields and variables for the financialAccountUpdate mutation
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
Response
Name
Type
Description
Last updated
Was this helpful?
