QuickBooks Employees öğesine geri dön
Knoon AI'yi QuickBooks Employees (QuickBooks) ile bağlayarak AI iş akışlarını otomatikleştirin.
Create a new QuickBooks employee.
quickBooksEmployeeCreate
BETA
Dahili
İzinler
İsteğe bağlı izinler
Gösterilecek öğe yok.
Parametreler
| İsim | Tür | Açıklama | Gerekli |
|---|---|---|---|
| givenName | mustache | Given name. | Evet |
| familyName | mustache | Family name. | Evet |
| displayName | mustache | Optional display name. | Hayır |
| mustache | Optional email. | Hayır | |
| phone | mustache | Optional phone number. | Hayır |
| active | boolean | Optional active status. | Hayır |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Hayır |
| payloadJson | mustache | Optional full Employee JSON. If provided, it is merged with the fields above and takes precedence. | Hayır |
İadeler
| İsim | Tür | Açıklama |
|---|---|---|
| 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. |