العودة إلى QuickBooks Bills
اتصل بـ Knoon AI مع QuickBooks Bills (QuickBooks) لأتمتة تدفقات عمل الذكاء الاصطناعي.
Update an existing QuickBooks bill (sparse update).
quickBooksBillUpdate
بيتا
داخلي
الأذونات
الأذونات الاختيارية
لا توجد عناصر للعرض.
المعلمات
| الاسم | النوع | الوصف | مطلوب |
|---|---|---|---|
| billId | mustache | QuickBooks bill ID. | نعم |
| syncToken | mustache | Sync token from the latest bill read. | نعم |
| vendorId | mustache | Optional vendor 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. | لا |
| apAccountId | mustache | Optional AP account ID. | لا |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | لا |
| payloadJson | mustache | Optional full Bill JSON. If provided, it is merged with the fields above and takes precedence. | لا |
العائدات
| الاسم | النوع | الوصف |
|---|---|---|
| id | string | Bill ID. |
| docNumber | string | Bill document number. |
| vendorId | string | Vendor ID. |
| txnDate | string | Transaction date. |
| dueDate | string | Due date. |
| totalAmount | number | Total amount. |
| balance | number | Open balance. |
| currencyCode | string | Currency code. |
| syncToken | string | Sync token for updates. |
| privateNote | string | Private note. |





