חזרה אל 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. |



