חזרה אל QuickBooks Vendors
התחבר ל-Knoon AI עם QuickBooks Vendors (QuickBooks) כדי לאוטומטי תהליכי עבודה של AI.
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. |






