Atrás a QuickBooks Invoices
Conectar Knoon AI con QuickBooks Invoices (QuickBooks) para automatizar flujos de trabajo de AI.
Run a QuickBooks Online SQL-like query for invoices (defaults to SELECT * FROM Invoice).
quickBooksInvoiceQuery
Beta
Interno
Permisos
Permisos opcionales
No hay elementos para mostrar.
Parámetros
| Nombre | Tipo | Descripción | Requerido |
|---|---|---|---|
| query | mustache | Optional. Full QBO query to run. If omitted, the backend uses the default query for this entity. | No |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | No |
Devoluciones
| Nombre | Tipo | Descripción |
|---|---|---|
| id | string | Invoice ID. |
| docNumber | string | Document number. |
| customerId | string | Customer ID. |
| txnDate | string | Transaction date. |
| dueDate | string | Due date. |
| totalAmount | number | Total amount. |
| balance | number | Open balance. |
| privateNote | string | Private note. |
| currencyCode | string | Currency code. |
| syncToken | string | Sync token for updates. |