Πίσω στο QuickBooks Customers
Σύνδεση Knoon AI με QuickBooks Customers (QuickBooks) για αυτοματοποίηση ροών εργασίας AI.
Create a new QuickBooks customer.
quickBooksCustomerCreate
ΒΕΤΑ
Εσωτερικό
Άδειες
Προαιρετικές άδειες
Δεν υπάρχουν αντικείμενα για εμφάνιση.
Παράμετροι
| Όνομα | Τύπος | Περιγραφή | Απαραίτητο |
|---|---|---|---|
| displayName | mustache | Customer 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. |



