חזרה אל 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. |










