חזרה אל QuickBooks Invoices
התחבר ל-Knoon AI עם QuickBooks Invoices (QuickBooks) כדי לאוטומטי תהליכי עבודה של AI.
Create a new QuickBooks invoice.
quickBooksInvoiceCreate
בטא
פנימי
הרשאות
הרשאות אופציונליות
אין פריטים להצגה.
פרמטרים
| שם | סוג | תיאור | נדרש |
|---|---|---|---|
| customerId | mustache | Customer ID for the invoice. | כן |
| lineItemsJson | mustache | JSON array of QBO Line objects (e.g. [{"DetailType":"SalesItemLineDetail","Amount":120,"SalesItemLineDetail":{"ItemRef":{"value":"123"}}}]). | כן |
| txnDate | mustache | Optional transaction date (YYYY-MM-DD). | לא |
| dueDate | mustache | Optional due date (YYYY-MM-DD). | לא |
| docNumber | mustache | Optional document number. | לא |
| privateNote | mustache | Optional private note. | לא |
| currencyCode | mustache | Optional currency code. | לא |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | לא |
| payloadJson | mustache | Optional full Invoice JSON. If provided, it is merged with the fields above and takes precedence. | לא |
החזרות
| שם | סוג | תיאור |
|---|---|---|
| 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. |