QuickBooks Customers に戻る
QuickBooks Customers (QuickBooks) と Knoon AI を接続して AI ワークフローを自動化します。
Update an existing QuickBooks customer (sparse update).
quickBooksCustomerUpdate
ベータ
内部
権限
オプション権限
表示する項目がありません。
パラメータ
| 名前 | タイプ | 説明 | 必須 |
|---|---|---|---|
| customerId | mustache | QuickBooks customer ID. | はい |
| syncToken | mustache | Sync token from the latest customer 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 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. |



