العودة إلى QuickBooks Payments
اتصل بـ Knoon AI مع QuickBooks Payments (QuickBooks) لأتمتة تدفقات عمل الذكاء الاصطناعي.
Update an existing QuickBooks payment (sparse update).
quickBooksPaymentUpdate
بيتا
داخلي
الأذونات
الأذونات الاختيارية
لا توجد عناصر للعرض.
المعلمات
| الاسم | النوع | الوصف | مطلوب |
|---|---|---|---|
| paymentId | mustache | QuickBooks payment ID. | نعم |
| syncToken | mustache | Sync token from the latest payment read. | نعم |
| customerId | mustache | Optional customer ID. | لا |
| lineItemsJson | mustache | Optional JSON array of QBO Line objects. | لا |
| totalAmount | mustache | Optional total amount. | لا |
| txnDate | mustache | Optional transaction date (YYYY-MM-DD). | لا |
| privateNote | mustache | Optional private note. | لا |
| currencyCode | mustache | Optional currency code. | لا |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | لا |
| payloadJson | mustache | Optional full Payment JSON. If provided, it is merged with the fields above and takes precedence. | لا |
العائدات
| الاسم | النوع | الوصف |
|---|---|---|
| id | string | Payment ID. |
| customerId | string | Customer ID. |
| txnDate | string | Transaction date. |
| totalAmount | number | Total amount. |
| privateNote | string | Private note. |
| currencyCode | string | Currency code. |
| syncToken | string | Sync token for updates. |