Xero Accounting Accounts로 돌아가기
Knoon AI를 Xero Accounting Accounts (Xero)과 연결하여 AI 워크플로우를 자동화하세요.
Retrieve Xero accounts, optionally filtered with where and order.
xeroAccountingAccountsGet
베타
내부
권한
선택사항 권한
표시할 항목이 없습니다.
매개변수
| 이름 | 유형 | 설명 | 필수 |
|---|---|---|---|
| where | mustache | Optional Xero where filter. Example: Status=="ACTIVE" AND Type=="BANK". | 아니요 |
| order | mustache | Optional Xero order expression. Example: Name ASC. | 아니요 |
| ifModifiedSince | mustache | Optional RFC 3339 / ISO timestamp for the If-Modified-Since header. | 아니요 |
반환값
| 이름 | 유형 | 설명 |
|---|---|---|
| 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. |










