Quay lại Xero Accounting Accounts
Kết nối Knoon AI với Xero Accounting Accounts (Xero) để tự động hóa các quy trình làm việc AI.
Create a new Xero account.
xeroAccountingAccountsCreate
BẢN THỬ NGHIỆM
Nội bộ
Quyền hạn
Quyền hạn tùy chọn
Không có mục nào để hiển thị.
Tham số
| Tên | Loại | Mô tả | Bắt buộc |
|---|---|---|---|
| code | mustache | Optional account code. | Không |
| name | mustache | Optional account name. Required unless supplied in payloadJson. | Không |
| type | mustache | Optional Xero account type. Required unless supplied in payloadJson. | Không |
| description | mustache | Optional account description. | Không |
| taxType | mustache | Optional Xero tax type. | Không |
| bankAccountNumber | mustache | Optional bank account number. | Không |
| currencyCode | mustache | Optional currency code. | Không |
| enablePaymentsToAccount | boolean | Optional boolean value. | Không |
| showInExpenseClaims | boolean | Optional boolean value. | Không |
| payloadJson | mustache | Optional full Xero Account JSON. It is merged with the fields above. | Không |
Trả về
| Tên | Loại | Mô tả |
|---|---|---|
| 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. |










