Tilbake til QuickBooks Employees
Koble til Knoon AI med QuickBooks Employees (QuickBooks) for å automatisere AI-arbeidsflyter.
Create a new QuickBooks employee.
quickBooksEmployeeCreate
BETA
Intern
Tillatelser
Valgfrie tillatelser
Det finnes ingen elementer å vise.
Parametere
| Navn | Type | Beskrivelse | Påkrevd |
|---|---|---|---|
| givenName | mustache | Given name. | Ja |
| familyName | mustache | Family name. | Ja |
| displayName | mustache | Optional display name. | Nei |
| mustache | Optional email. | Nei | |
| phone | mustache | Optional phone number. | Nei |
| active | boolean | Optional active status. | Nei |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Nei |
| payloadJson | mustache | Optional full Employee JSON. If provided, it is merged with the fields above and takes precedence. | Nei |
Returer
| Navn | Type | Beskrivelse |
|---|---|---|
| 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. |