Назад к Xero Accounting Accounts
Подключите Knoon AI к Xero Accounting Accounts (Xero), чтобы автоматизировать AI рабочие процессы.
Update an existing Xero account.
xeroAccountingAccountsUpdate
Бета
Внутренний
Разрешения
Опциональные разрешения
Нет элементов для отображения.
Параметры
| Имя | Тип | Описание | Обязательно |
|---|---|---|---|
| accountId | mustache | Xero account ID. | Да |
| code | mustache | Optional account code. | Нет |
| name | mustache | Optional account name. | Нет |
| type | mustache | Optional Xero account type. | Нет |
| status | mustache | Optional Xero account status. | Нет |
| description | mustache | Optional account description. | Нет |
| taxType | mustache | Optional Xero tax type. | Нет |
| bankAccountNumber | mustache | Optional bank account number. | Нет |
| currencyCode | mustache | Optional currency code. | Нет |
| enablePaymentsToAccount | boolean | Optional boolean value. | Нет |
| showInExpenseClaims | boolean | Optional boolean value. | Нет |
| payloadJson | mustache | Optional full Xero Accounts payload JSON. It is merged with the fields above. | Нет |
Возвраты
| Имя | Тип | Описание |
|---|---|---|
| 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. |










