QuickBooks Invoices öğesine geri dön
Knoon AI'yi QuickBooks Invoices (QuickBooks) ile bağlayarak AI iş akışlarını otomatikleştirin.
Update an existing QuickBooks invoice (sparse update).
quickBooksInvoiceUpdate
BETA
Dahili
İzinler
İsteğe bağlı izinler
Gösterilecek öğe yok.
Parametreler
| İsim | Tür | Açıklama | Gerekli |
|---|---|---|---|
| invoiceId | mustache | QuickBooks invoice ID. | Evet |
| syncToken | mustache | Sync token from the latest invoice read. | Evet |
| customerId | mustache | Optional customer ID. | Hayır |
| lineItemsJson | mustache | Optional JSON array of QBO Line objects. | Hayır |
| txnDate | mustache | Optional transaction date (YYYY-MM-DD). | Hayır |
| dueDate | mustache | Optional due date (YYYY-MM-DD). | Hayır |
| docNumber | mustache | Optional document number. | Hayır |
| privateNote | mustache | Optional private note. | Hayır |
| currencyCode | mustache | Optional currency code. | Hayır |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Hayır |
| payloadJson | mustache | Optional full Invoice JSON. If provided, it is merged with the fields above and takes precedence. | Hayır |
İadeler
| İsim | Tür | Açıklama |
|---|---|---|
| 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. |