返回 Xero Accounting Accounts

將 Knoon AI 與 Xero Accounting Accounts (Xero) 連接以自動化 AI 工作流程。

Update an existing Xero account.
xeroAccountingAccountsUpdate
測試版
內部
權限
  • accounting.settings
可選權限
沒有項目可顯示。
參數
名稱類型說明必填
accountIdmustache Xero account ID.是的
codemustache Optional account code.
namemustache Optional account name.
typemustache Optional Xero account type.
statusmustache Optional Xero account status.
descriptionmustache Optional account description.
taxTypemustache Optional Xero tax type.
bankAccountNumbermustache Optional bank account number.
currencyCodemustache Optional currency code.
enablePaymentsToAccountboolean Optional boolean value.
showInExpenseClaimsboolean Optional boolean value.
payloadJsonmustache Optional full Xero Accounts payload JSON. It is merged with the fields above.
退貨
名稱類型說明
accountIdstring Xero account ID.
codestring Account code.
namestring Account name.
statusstring Account status.
typestring Account type.
classstring Account class.
taxTypestring Default tax type.
descriptionstring Account description.
bankAccountNumberstring Bank account number when applicable.
bankAccountTypestring Bank account type when applicable.
currencyCodestring Currency code.
enablePaymentsToAccountboolean Whether payments can be made to this account.
showInExpenseClaimsboolean Whether this account is available in expense claims.
updatedDateUtcstring Last updated timestamp from Xero.