Tillbaka till QuickBooks Vendors
Anslut Knoon AI med QuickBooks Vendors (QuickBooks) för att automatisera AI-flöden.
Update an existing QuickBooks vendor (sparse update).
quickBooksVendorUpdate
BETA
Intern
Behörigheter
Valfria behörigheter
Det finns inga objekt att visa.
Parametrar
| Namn | Typ | Beskrivning | Obligatoriskt |
|---|---|---|---|
| vendorId | mustache | QuickBooks vendor ID. | Ja |
| syncToken | mustache | Sync token from the latest vendor read. | Ja |
| displayName | mustache | Optional display name. | Nej |
| givenName | mustache | Optional given name. | Nej |
| familyName | mustache | Optional family name. | Nej |
| companyName | mustache | Optional company name. | Nej |
| mustache | Optional email. | Nej | |
| phone | mustache | Optional phone number. | Nej |
| active | boolean | Optional active status. | Nej |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Nej |
| payloadJson | mustache | Optional full Vendor JSON. If provided, it is merged with the fields above and takes precedence. | Nej |
Returer
| Namn | Typ | Beskrivning |
|---|---|---|
| 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. |






