Πίσω στο QuickBooks Estimates
Σύνδεση Knoon AI με QuickBooks Estimates (QuickBooks) για αυτοματοποίηση ροών εργασίας AI.
Update an existing QuickBooks estimate (sparse update).
quickBooksEstimateUpdate
ΒΕΤΑ
Εσωτερικό
Άδειες
Προαιρετικές άδειες
Δεν υπάρχουν αντικείμενα για εμφάνιση.
Παράμετροι
| Όνομα | Τύπος | Περιγραφή | Απαραίτητο |
|---|---|---|---|
| estimateId | mustache | QuickBooks estimate ID. | Ναι |
| syncToken | mustache | Sync token from the latest estimate read. | Ναι |
| customerId | mustache | Optional customer ID. | Όχι |
| lineItemsJson | mustache | Optional JSON array of QBO Line objects. | Όχι |
| txnDate | mustache | Optional transaction date (YYYY-MM-DD). | Όχι |
| expirationDate | mustache | Optional expiration 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 Estimate JSON. If provided, it is merged with the fields above and takes precedence. | Όχι |
Επιστροφές
| Όνομα | Τύπος | Περιγραφή |
|---|---|---|
| id | string | Estimate ID. |
| docNumber | string | Document number. |
| customerId | string | Customer ID. |
| txnDate | string | Transaction date. |
| expirationDate | string | Expiration date. |
| totalAmount | number | Total amount. |
| privateNote | string | Private note. |
| currencyCode | string | Currency code. |
| syncToken | string | Sync token for updates. |