返回 QuickBooks Customers
將 Knoon AI 與 QuickBooks Customers (QuickBooks) 連接以自動化 AI 工作流程。
Create a new QuickBooks customer.
quickBooksCustomerCreate
測試版
內部
權限
可選權限
沒有項目可顯示。
參數
| 名稱 | 類型 | 說明 | 必填 |
|---|---|---|---|
| displayName | mustache | Customer 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 Customer JSON. If provided, it is merged with the fields above and takes precedence. | 否 |
退貨
| 名稱 | 類型 | 說明 |
|---|---|---|
| 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. |



