返回 QuickBooks Customers
将 Knoon AI 与 QuickBooks Customers (QuickBooks) 连接以自动化 AI 工作流。
Fetch a single QuickBooks customer by ID.
quickBooksCustomerRead
测试版
内部
权限
可选权限
没有可显示的项目。
参数
| 名称 | 类型 | 描述 | 必填 |
|---|---|---|---|
| customerId | mustache | QuickBooks customer ID. | 是的 |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | 没有 |
回报
| 名称 | 类型 | 描述 |
|---|---|---|
| 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. |



