ย้อนกลับไปยัง 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. |










