Πίσω στο QuickBooks Items
Σύνδεση Knoon AI με QuickBooks Items (QuickBooks) για αυτοματοποίηση ροών εργασίας AI.
Update an existing QuickBooks item (sparse update).
quickBooksItemUpdate
ΒΕΤΑ
Εσωτερικό
Άδειες
Προαιρετικές άδειες
Δεν υπάρχουν αντικείμενα για εμφάνιση.
Παράμετροι
| Όνομα | Τύπος | Περιγραφή | Απαραίτητο |
|---|---|---|---|
| itemId | mustache | QuickBooks item ID. | Ναι |
| syncToken | mustache | Sync token from the latest item read. | Ναι |
| name | mustache | Optional item name. | Όχι |
| type | mustache | Optional item type. | Όχι |
| sku | mustache | Optional SKU. | Όχι |
| unitPrice | mustache | Optional unit price. | Όχι |
| incomeAccountId | mustache | Optional income account ID. | Όχι |
| expenseAccountId | mustache | Optional expense account ID. | Όχι |
| assetAccountId | mustache | Optional asset account ID. | Όχι |
| active | boolean | Optional active status. | Όχι |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Όχι |
| payloadJson | mustache | Optional full Item JSON. If provided, it is merged with the fields above and takes precedence. | Όχι |
Επιστροφές
| Όνομα | Τύπος | Περιγραφή |
|---|---|---|
| id | string | Item ID. |
| name | string | Item name. |
| type | string | Item type. |
| sku | string | SKU. |
| active | boolean | Whether the item is active. |
| unitPrice | number | Unit price. |
| incomeAccountId | string | Income account ID. |
| expenseAccountId | string | Expense account ID. |
| assetAccountId | string | Asset account ID. |
| syncToken | string | Sync token for updates. |



