返回 Xero Accounting Accounts

将 Knoon AI 与 Xero Accounting Accounts (Xero) 连接以自动化 AI 工作流。

Create a new Xero account.
xeroAccountingAccountsCreate
测试版
内部
权限
  • accounting.settings
可选权限
没有可显示的项目。
参数
名称类型描述必填
codemustache Optional account code.没有
namemustache Optional account name. Required unless supplied in payloadJson.没有
typemustache Optional Xero account type. Required unless supplied in payloadJson.没有
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 Account 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.