Retour à QuickBooks Vendors
Connecter Knoon AI avec QuickBooks Vendors (QuickBooks) pour automatiser les flux de travail AI.
Update an existing QuickBooks vendor (sparse update).
quickBooksVendorUpdate
Bêta
Interne
Autorisations
Autorisations optionnelles
Il n'y a aucun élément à afficher.
Paramètres
| Nom | Type | Description | Requis |
|---|---|---|---|
| vendorId | mustache | QuickBooks vendor ID. | Oui |
| syncToken | mustache | Sync token from the latest vendor read. | Oui |
| displayName | mustache | Optional display name. | Non |
| givenName | mustache | Optional given name. | Non |
| familyName | mustache | Optional family name. | Non |
| companyName | mustache | Optional company name. | Non |
| mustache | Optional email. | Non | |
| phone | mustache | Optional phone number. | Non |
| active | boolean | Optional active status. | Non |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Non |
| payloadJson | mustache | Optional full Vendor JSON. If provided, it is merged with the fields above and takes precedence. | Non |
Retours
| Nom | Type | Description |
|---|---|---|
| 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. |






