Zurück zu QuickBooks Vendors
Verbinde Knoon AI mit QuickBooks Vendors (QuickBooks), um KI-Workflows zu automatisieren.
Update an existing QuickBooks vendor (sparse update).
quickBooksVendorUpdate
Beta
Intern
Berechtigungen
Optionale Berechtigungen
Es gibt keine Elemente zum Anzeigen.
Parameter
| Name | Typ | Beschreibung | Erforderlich |
|---|---|---|---|
| vendorId | mustache | QuickBooks vendor ID. | Ja |
| syncToken | mustache | Sync token from the latest vendor read. | Ja |
| displayName | mustache | Optional display name. | Nein |
| givenName | mustache | Optional given name. | Nein |
| familyName | mustache | Optional family name. | Nein |
| companyName | mustache | Optional company name. | Nein |
| mustache | Optional email. | Nein | |
| phone | mustache | Optional phone number. | Nein |
| active | boolean | Optional active status. | Nein |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Nein |
| payloadJson | mustache | Optional full Vendor JSON. If provided, it is merged with the fields above and takes precedence. | Nein |
Rückgaben
| Name | Typ | Beschreibung |
|---|---|---|
| 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. |






