العودة إلى QuickBooks Vendors
اتصل بـ Knoon AI مع QuickBooks Vendors (QuickBooks) لأتمتة تدفقات عمل الذكاء الاصطناعي.
Update an existing QuickBooks vendor (sparse update).
quickBooksVendorUpdate
بيتا
داخلي
الأذونات
الأذونات الاختيارية
لا توجد عناصر للعرض.
المعلمات
| الاسم | النوع | الوصف | مطلوب |
|---|---|---|---|
| vendorId | mustache | QuickBooks vendor ID. | نعم |
| syncToken | mustache | Sync token from the latest vendor 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 Vendor JSON. If provided, it is merged with the fields above and takes precedence. | لا |
العائدات
| الاسم | النوع | الوصف |
|---|---|---|
| id | string | Vendor ID. |
| displayName | string | Display name. |
| companyName | string | Company name. |
| givenName | string | Given name. |
| familyName | string | Family name. |
| primaryEmail | string | Primary email. |
| phone | string | Primary phone. |
| balance | number | Open balance. |
| active | boolean | Whether the vendor is active. |
| syncToken | string | Sync token for updates. |






