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. |






