返回 QuickBooks Vendors
将 Knoon AI 与 QuickBooks Vendors (QuickBooks) 连接以自动化 AI 工作流。
Create a new QuickBooks vendor.
quickBooksVendorCreate
测试版
内部
权限
可选权限
没有可显示的项目。
参数
| 名称 | 类型 | 描述 | 必填 |
|---|---|---|---|
| displayName | mustache | Vendor 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. |






