mutation financialAccountCreate ($attributes: FinancialAccountAttributes!) {
financialAccountCreate (attributes: $attributes) {
errors
financialAccount {
accountNumber
accountTypeLabel
active
code
createdAt
defaultAccount
description
entityId
externalId
id
longName
name
pluginId
source
updatedAt
}
}
}
{
"attributes": {
"code": "",
"accountId": "456123",
"name": "",
"description": "",
"active": true,
"source": "",
"externalId": "",
"pluginId": "456123",
"entityId": "456123",
"accountType": "FinancialAccountType",
"accountNumber": "",
"createdAt": "2022-06-01T00:00:00Z",
"updatedAt": "2022-06-01T00:00:00Z",
"priceListChargeIds": [
"456123"
],
"defaultAccount": true
}
}