| Name | Type | Description | Notes |
|---|---|---|---|
| id | str, none_type | A unique identifier for an object. | [optional] [readonly] |
| employee_id | str, none_type | Id of the employee | [optional] |
| title | str, none_type | The job title of the person. | [optional] |
| start_date | date, none_type | [optional] | |
| end_date | date, none_type | [optional] | |
| employment_status | EmploymentStatus | [optional] | |
| department | str, none_type | Department name | [optional] |
| is_primary | bool, none_type | Indicates whether this the employee's primary job. | [optional] |
| location | HrisJobLocation | [optional] | |
| custom_mappings | CustomMappings | [optional] | |
| any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |
This repository was archived by the owner on Jun 2, 2025. It is now read-only.