Atrás a QuickBooks Customers
Conectar Knoon AI con QuickBooks Customers (QuickBooks) para automatizar flujos de trabajo de AI.
Update an existing QuickBooks customer (sparse update).
quickBooksCustomerUpdate
Beta
Interno
Permisos
Permisos opcionales
No hay elementos para mostrar.
Parámetros
| Nombre | Tipo | Descripción | Requerido |
|---|---|---|---|
| customerId | mustache | QuickBooks customer ID. | Sí |
| syncToken | mustache | Sync token from the latest customer read. | Sí |
| displayName | mustache | Optional display name. | No |
| givenName | mustache | Optional given name. | No |
| familyName | mustache | Optional family name. | No |
| companyName | mustache | Optional company name. | No |
| mustache | Optional email. | No | |
| phone | mustache | Optional phone number. | No |
| active | boolean | Optional active status. | No |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | No |
| payloadJson | mustache | Optional full Customer JSON. If provided, it is merged with the fields above and takes precedence. | No |
Devoluciones
| Nombre | Tipo | Descripción |
|---|---|---|
| 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. |



