العودة إلى QuickBooks Invoices
اتصل بـ Knoon AI مع QuickBooks Invoices (QuickBooks) لأتمتة تدفقات عمل الذكاء الاصطناعي.
Update an existing QuickBooks invoice (sparse update).
quickBooksInvoiceUpdate
بيتا
داخلي
الأذونات
الأذونات الاختيارية
لا توجد عناصر للعرض.
المعلمات
| الاسم | النوع | الوصف | مطلوب |
|---|---|---|---|
| invoiceId | mustache | QuickBooks invoice ID. | نعم |
| syncToken | mustache | Sync token from the latest invoice read. | نعم |
| customerId | mustache | Optional customer ID. | لا |
| lineItemsJson | mustache | Optional JSON array of QBO Line objects. | لا |
| 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. |