Retour à QuickBooks Customers
Connecter Knoon AI avec QuickBooks Customers (QuickBooks) pour automatiser les flux de travail AI.
Update an existing QuickBooks customer (sparse update).
quickBooksCustomerUpdate
Bêta
Interne
Autorisations
Autorisations optionnelles
Il n'y a aucun élément à afficher.
Paramètres
| Nom | Type | Description | Requis |
|---|---|---|---|
| customerId | mustache | QuickBooks customer ID. | Oui |
| syncToken | mustache | Sync token from the latest customer read. | Oui |
| displayName | mustache | Optional display name. | Non |
| givenName | mustache | Optional given name. | Non |
| familyName | mustache | Optional family name. | Non |
| companyName | mustache | Optional company name. | Non |
| mustache | Optional email. | Non | |
| phone | mustache | Optional phone number. | Non |
| active | boolean | Optional active status. | Non |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Non |
| payloadJson | mustache | Optional full Customer JSON. If provided, it is merged with the fields above and takes precedence. | Non |
Retours
| Nom | Type | Description |
|---|---|---|
| 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. |



