QuickBooks Customers로 돌아가기
Knoon AI를 QuickBooks Customers (QuickBooks)과 연결하여 AI 워크플로우를 자동화하세요.
Run a QuickBooks Online SQL-like query for customers (defaults to SELECT * FROM Customer).
quickBooksCustomerQuery
베타
내부
권한
선택사항 권한
표시할 항목이 없습니다.
매개변수
| 이름 | 유형 | 설명 | 필수 |
|---|---|---|---|
| query | mustache | Optional. Full QBO query to run. If omitted, the backend uses the default query for this entity. | 아니요 |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | 아니요 |
반환값
| 이름 | 유형 | 설명 |
|---|---|---|
| id | string | Customer ID. |
| displayName | string | Display name. |
| givenName | string | Given name. |
| familyName | string | Family name. |
| companyName | string | Company name. |
| primaryEmail | string | Primary email. |
| phone | string | Primary phone. |
| balance | number | Open balance. |
| active | boolean | Whether the customer is active. |
| syncToken | string | Sync token for updates. |



