Retour à QuickBooks Customers
Connecter Knoon AI avec QuickBooks Customers (QuickBooks) pour automatiser les flux de travail AI.
Run a QuickBooks Online SQL-like query for customers (defaults to SELECT * FROM Customer).
quickBooksCustomerQuery
Bêta
Interne
Autorisations
Autorisations optionnelles
Il n'y a aucun élément à afficher.
Paramètres
| Nom | Type | Description | Requis |
|---|---|---|---|
| query | mustache | Optional. Full QBO query to run. If omitted, the backend uses the default query for this entity. | Non |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Non |
Retours
| Nom | Type | Description |
|---|---|---|
| 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. |



