العودة إلى QuickBooks Customers
اتصل بـ Knoon AI مع QuickBooks Customers (QuickBooks) لأتمتة تدفقات عمل الذكاء الاصطناعي.
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. |



