Tillbaka till Xero Accounting Accounts
Anslut Knoon AI med Xero Accounting Accounts (Xero) för att automatisera AI-flöden.
Create a new Xero account.
xeroAccountingAccountsCreate
BETA
Intern
Behörigheter
Valfria behörigheter
Det finns inga objekt att visa.
Parametrar
| Namn | Typ | Beskrivning | Obligatoriskt |
|---|---|---|---|
| code | mustache | Optional account code. | Nej |
| name | mustache | Optional account name. Required unless supplied in payloadJson. | Nej |
| type | mustache | Optional Xero account type. Required unless supplied in payloadJson. | Nej |
| description | mustache | Optional account description. | Nej |
| taxType | mustache | Optional Xero tax type. | Nej |
| bankAccountNumber | mustache | Optional bank account number. | Nej |
| currencyCode | mustache | Optional currency code. | Nej |
| enablePaymentsToAccount | boolean | Optional boolean value. | Nej |
| showInExpenseClaims | boolean | Optional boolean value. | Nej |
| payloadJson | mustache | Optional full Xero Account JSON. It is merged with the fields above. | Nej |
Returer
| Namn | Typ | Beskrivning |
|---|---|---|
| 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. |










