Wróć do QuickBooks Vendors
Połącz Knoon AI z QuickBooks Vendors (QuickBooks), aby zautomatyzować przepływy pracy AI.
Run a QuickBooks Online SQL-like query for vendors (defaults to SELECT * FROM Vendor).
quickBooksVendorQuery
BETA
Wewnętrzny
Uprawnienia
Uprawnienia opcjonalne
Brak elementów do wyświetlenia.
Parametry
| Nazwa | Typ | Opis | Wymagane |
|---|---|---|---|
| query | mustache | Optional. Full QBO query to run. If omitted, the backend uses the default query for this entity. | Nie |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Nie |
Zwroty
| Nazwa | Typ | Opis |
|---|---|---|
| id | string | Vendor ID. |
| displayName | string | Display name. |
| companyName | string | Company name. |
| givenName | string | Given name. |
| familyName | string | Family name. |
| primaryEmail | string | Primary email. |
| phone | string | Primary phone. |
| balance | number | Open balance. |
| active | boolean | Whether the vendor is active. |
| syncToken | string | Sync token for updates. |






