Назад к 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. |






