Wróć do QuickBooks Customers
Połącz Knoon AI z QuickBooks Customers (QuickBooks), aby zautomatyzować przepływy pracy AI.
Update an existing QuickBooks customer (sparse update).
quickBooksCustomerUpdate
BETA
Wewnętrzny
Uprawnienia
Uprawnienia opcjonalne
Brak elementów do wyświetlenia.
Parametry
| Nazwa | Typ | Opis | Wymagane |
|---|---|---|---|
| customerId | mustache | QuickBooks customer ID. | Tak |
| syncToken | mustache | Sync token from the latest customer read. | Tak |
| displayName | mustache | Optional display name. | Nie |
| givenName | mustache | Optional given name. | Nie |
| familyName | mustache | Optional family name. | Nie |
| companyName | mustache | Optional company name. | Nie |
| mustache | Optional email. | Nie | |
| phone | mustache | Optional phone number. | Nie |
| active | boolean | Optional active status. | Nie |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Nie |
| payloadJson | mustache | Optional full Customer JSON. If provided, it is merged with the fields above and takes precedence. | Nie |
Zwroty
| Nazwa | Typ | Opis |
|---|---|---|
| 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. |



