QuickBooks Employees に戻る
QuickBooks Employees (QuickBooks) と Knoon AI を接続して AI ワークフローを自動化します。
Create a new QuickBooks employee.
quickBooksEmployeeCreate
ベータ
内部
権限
オプション権限
表示する項目がありません。
パラメータ
| 名前 | タイプ | 説明 | 必須 |
|---|---|---|---|
| givenName | mustache | Given name. | はい |
| familyName | mustache | Family name. | はい |
| displayName | mustache | Optional display 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 Employee JSON. If provided, it is merged with the fields above and takes precedence. | いいえ |
返品
| 名前 | タイプ | 説明 |
|---|---|---|
| id | string | Employee ID. |
| displayName | string | Display name. |
| givenName | string | Given name. |
| familyName | string | Family name. |
| primaryEmail | string | Primary email. |
| phone | string | Primary phone. |
| active | boolean | Whether the employee is active. |
| syncToken | string | Sync token for updates. |