UpdatePersonnelRequest (object)
| Field | Type | Description |
|---|---|---|
| account_user_id | integer | — |
| active | boolean | — |
| contact_id | integer | — |
| department | string | — |
| string (email) | — | |
| employee_number | string | — |
| first_name | string | — |
| gender | string | string
|
| hire_date | string (date) | — |
| internal_note | string | — |
| last_name | string | — |
| location_id | integer | — |
| mobile | string | — |
| phone | string | — |
| position | string | — |
| termination_date | string (date) | — |
| title | string | — |
Example (JSON)
{
"location_id": 0,
"contact_id": 0,
"account_user_id": 0,
"first_name": "string",
"last_name": "string",
"title": "string"
}