Voltar para QuickBooks Vendors
Conectar Knoon AI com QuickBooks Vendors (QuickBooks) para automatizar fluxos de trabalho de AI.
Update an existing QuickBooks vendor (sparse update).
quickBooksVendorUpdate
Beta
Interno
Permissões
Permissões opcionais
Não há itens para exibir.
Parâmetros
| Nome | Tipo | Descrição | Obrigatório |
|---|---|---|---|
| vendorId | mustache | QuickBooks vendor ID. | Sim |
| syncToken | mustache | Sync token from the latest vendor read. | Sim |
| displayName | mustache | Optional display name. | Não |
| givenName | mustache | Optional given name. | Não |
| familyName | mustache | Optional family name. | Não |
| companyName | mustache | Optional company name. | Não |
| mustache | Optional email. | Não | |
| phone | mustache | Optional phone number. | Não |
| active | boolean | Optional active status. | Não |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Não |
| payloadJson | mustache | Optional full Vendor JSON. If provided, it is merged with the fields above and takes precedence. | Não |
Devoluções
| Nome | Tipo | Descrição |
|---|---|---|
| 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. |






