Πίσω στο QuickBooks Customers
Σύνδεση Knoon AI με QuickBooks Customers (QuickBooks) για αυτοματοποίηση ροών εργασίας AI.
Update an existing QuickBooks customer (sparse update).
quickBooksCustomerUpdate
ΒΕΤΑ
Εσωτερικό
Άδειες
Προαιρετικές άδειες
Δεν υπάρχουν αντικείμενα για εμφάνιση.
Παράμετροι
| Όνομα | Τύπος | Περιγραφή | Απαραίτητο |
|---|---|---|---|
| customerId | mustache | QuickBooks customer ID. | Ναι |
| syncToken | mustache | Sync token from the latest customer read. | Ναι |
| displayName | mustache | Optional display name. | Όχι |
| givenName | mustache | Optional given name. | Όχι |
| familyName | mustache | Optional family name. | Όχι |
| companyName | mustache | Optional company name. | Όχι |
| mustache | Optional email. | Όχι | |
| phone | mustache | Optional phone number. | Όχι |
| active | boolean | Optional active status. | Όχι |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Όχι |
| payloadJson | mustache | Optional full Customer JSON. If provided, it is merged with the fields above and takes precedence. | Όχι |
Επιστροφές
| Όνομα | Τύπος | Περιγραφή |
|---|---|---|
| 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. |



