Takaisin Xero Accounting Accounts -kohtaan
Yhdistä Knoon AI kohteen Xero Accounting Accounts (Xero) kanssa automatisoidaksesi AI-työnkulut.
Update an existing Xero account.
xeroAccountingAccountsUpdate
BETA
Sisäinen
Oikeudet
Valinnaiset oikeudet
Näytettävää kohdetta ei ole.
Parametrit
| Nimi | Tyyppi | Kuvaus | Pakollinen |
|---|---|---|---|
| accountId | mustache | Xero account ID. | Kyllä |
| code | mustache | Optional account code. | Ei |
| name | mustache | Optional account name. | Ei |
| type | mustache | Optional Xero account type. | Ei |
| status | mustache | Optional Xero account status. | Ei |
| description | mustache | Optional account description. | Ei |
| taxType | mustache | Optional Xero tax type. | Ei |
| bankAccountNumber | mustache | Optional bank account number. | Ei |
| currencyCode | mustache | Optional currency code. | Ei |
| enablePaymentsToAccount | boolean | Optional boolean value. | Ei |
| showInExpenseClaims | boolean | Optional boolean value. | Ei |
| payloadJson | mustache | Optional full Xero Accounts payload JSON. It is merged with the fields above. | Ei |
Palautukset
| Nimi | Tyyppi | Kuvaus |
|---|---|---|
| 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. |










