Xero Accounting Accounts öğesine geri dön
Knoon AI'yi Xero Accounting Accounts (Xero) ile bağlayarak AI iş akışlarını otomatikleştirin.
Update an existing Xero account.
xeroAccountingAccountsUpdate
BETA
Dahili
İzinler
İsteğe bağlı izinler
Gösterilecek öğe yok.
Parametreler
| İsim | Tür | Açıklama | Gerekli |
|---|---|---|---|
| accountId | mustache | Xero account ID. | Evet |
| code | mustache | Optional account code. | Hayır |
| name | mustache | Optional account name. | Hayır |
| type | mustache | Optional Xero account type. | Hayır |
| status | mustache | Optional Xero account status. | Hayır |
| description | mustache | Optional account description. | Hayır |
| taxType | mustache | Optional Xero tax type. | Hayır |
| bankAccountNumber | mustache | Optional bank account number. | Hayır |
| currencyCode | mustache | Optional currency code. | Hayır |
| enablePaymentsToAccount | boolean | Optional boolean value. | Hayır |
| showInExpenseClaims | boolean | Optional boolean value. | Hayır |
| payloadJson | mustache | Optional full Xero Accounts payload JSON. It is merged with the fields above. | Hayır |
İadeler
| İsim | Tür | Açıklama |
|---|---|---|
| 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. |










