العودة إلى QuickBooks Invoices
اتصل بـ Knoon AI مع QuickBooks Invoices (QuickBooks) لأتمتة تدفقات عمل الذكاء الاصطناعي.
Run a QuickBooks Online SQL-like query for invoices (defaults to SELECT * FROM Invoice).
quickBooksInvoiceQuery
بيتا
داخلي
الأذونات
الأذونات الاختيارية
لا توجد عناصر للعرض.
المعلمات
| الاسم | النوع | الوصف | مطلوب |
|---|---|---|---|
| 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 | 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. |