Retour à Xero Accounting Accounts
Connecter Knoon AI avec Xero Accounting Accounts (Xero) pour automatiser les flux de travail AI.
Update an existing Xero account.
xeroAccountingAccountsUpdate
Bêta
Interne
Autorisations
Autorisations optionnelles
Il n'y a aucun élément à afficher.
Paramètres
| Nom | Type | Description | Requis |
|---|---|---|---|
| accountId | mustache | Xero account ID. | Oui |
| code | mustache | Optional account code. | Non |
| name | mustache | Optional account name. | Non |
| type | mustache | Optional Xero account type. | Non |
| status | mustache | Optional Xero account status. | Non |
| description | mustache | Optional account description. | Non |
| taxType | mustache | Optional Xero tax type. | Non |
| bankAccountNumber | mustache | Optional bank account number. | Non |
| currencyCode | mustache | Optional currency code. | Non |
| enablePaymentsToAccount | boolean | Optional boolean value. | Non |
| showInExpenseClaims | boolean | Optional boolean value. | Non |
| payloadJson | mustache | Optional full Xero Accounts payload JSON. It is merged with the fields above. | Non |
Retours
| Nom | Type | Description |
|---|---|---|
| accountId | string | Xero account ID. |
| code | string | Account code. |
| name | string | Account name. |
| status | string | Account status. |
| type | string | Account type. |
| class | string | Account class. |
| taxType | string | Default tax type. |
| description | string | Account description. |
| bankAccountNumber | string | Bank account number when applicable. |
| bankAccountType | string | Bank account type when applicable. |
| currencyCode | string | Currency code. |
| enablePaymentsToAccount | boolean | Whether payments can be made to this account. |
| showInExpenseClaims | boolean | Whether this account is available in expense claims. |
| updatedDateUtc | string | Last updated timestamp from Xero. |










