Πίσω στο QuickBooks Vendors
Σύνδεση Knoon AI με QuickBooks Vendors (QuickBooks) για αυτοματοποίηση ροών εργασίας AI.
Update an existing QuickBooks vendor (sparse update).
quickBooksVendorUpdate
ΒΕΤΑ
Εσωτερικό
Άδειες
Προαιρετικές άδειες
Δεν υπάρχουν αντικείμενα για εμφάνιση.
Παράμετροι
| Όνομα | Τύπος | Περιγραφή | Απαραίτητο |
|---|---|---|---|
| vendorId | mustache | QuickBooks vendor ID. | Ναι |
| syncToken | mustache | Sync token from the latest vendor read. | Ναι |
| displayName | mustache | Optional display name. | Όχι |
| givenName | mustache | Optional given name. | Όχι |
| familyName | mustache | Optional family name. | Όχι |
| companyName | mustache | Optional company name. | Όχι |
| mustache | Optional email. | Όχι | |
| phone | mustache | Optional phone number. | Όχι |
| active | boolean | Optional active status. | Όχι |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Όχι |
| payloadJson | mustache | Optional full Vendor JSON. If provided, it is merged with the fields above and takes precedence. | Όχι |
Επιστροφές
| Όνομα | Τύπος | Περιγραφή |
|---|---|---|
| id | string | Vendor ID. |
| displayName | string | Display name. |
| companyName | string | Company name. |
| givenName | string | Given name. |
| familyName | string | Family name. |
| primaryEmail | string | Primary email. |
| phone | string | Primary phone. |
| balance | number | Open balance. |
| active | boolean | Whether the vendor is active. |
| syncToken | string | Sync token for updates. |






