返回 Xero Accounting Accounts
將 Knoon AI 與 Xero Accounting Accounts (Xero) 連接以自動化 AI 工作流程。
Create a new Xero account.
xeroAccountingAccountsCreate
測試版
內部
權限
可選權限
沒有項目可顯示。
參數
| 名稱 | 類型 | 說明 | 必填 |
|---|---|---|---|
| code | mustache | Optional account code. | 否 |
| name | mustache | Optional account name. Required unless supplied in payloadJson. | 否 |
| type | mustache | Optional Xero account type. Required unless supplied in payloadJson. | 否 |
| 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 Account 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. |










