Voltar para QuickBooks Customers
Conectar Knoon AI com QuickBooks Customers (QuickBooks) para automatizar fluxos de trabalho de AI.
Update an existing QuickBooks customer (sparse update).
quickBooksCustomerUpdate
Beta
Interno
Permissões
Permissões opcionais
Não há itens para exibir.
Parâmetros
| Nome | Tipo | Descrição | Obrigatório |
|---|---|---|---|
| customerId | mustache | QuickBooks customer ID. | Sim |
| syncToken | mustache | Sync token from the latest customer 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 Customer JSON. If provided, it is merged with the fields above and takes precedence. | Não |
Devoluções
| Nome | Tipo | Descrição |
|---|---|---|
| id | string | Customer ID. |
| displayName | string | Display name. |
| givenName | string | Given name. |
| familyName | string | Family name. |
| companyName | string | Company name. |
| primaryEmail | string | Primary email. |
| phone | string | Primary phone. |
| balance | number | Open balance. |
| active | boolean | Whether the customer is active. |
| syncToken | string | Sync token for updates. |



