QuickBooks Customers öğesine geri dön
Knoon AI'yi QuickBooks Customers (QuickBooks) ile bağlayarak AI iş akışlarını otomatikleştirin.
Update an existing QuickBooks customer (sparse update).
quickBooksCustomerUpdate
BETA
Dahili
İzinler
İsteğe bağlı izinler
Gösterilecek öğe yok.
Parametreler
| İsim | Tür | Açıklama | Gerekli |
|---|---|---|---|
| customerId | mustache | QuickBooks customer ID. | Evet |
| syncToken | mustache | Sync token from the latest customer read. | Evet |
| displayName | mustache | Optional display name. | Hayır |
| givenName | mustache | Optional given name. | Hayır |
| familyName | mustache | Optional family name. | Hayır |
| companyName | mustache | Optional company name. | Hayır |
| mustache | Optional email. | Hayır | |
| phone | mustache | Optional phone number. | Hayır |
| active | boolean | Optional active status. | Hayır |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Hayır |
| payloadJson | mustache | Optional full Customer JSON. If provided, it is merged with the fields above and takes precedence. | Hayır |
İadeler
| İsim | Tür | Açıklama |
|---|---|---|
| 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. |



