Name | Type | Description | Notes |
---|---|---|---|
gender | String | Employee's gender. | [optional] |
lastName | String | Last name of the employee. | [optional] |
firstName | String | First name of the employee. | [optional] |
middleName | String | Middle name of the employee. | [optional] |
dateOfBirth | LocalDate | Short date in ISO-8601 format (YYYY-MM-DD). For example: 2022-12-31. | [optional] |
maritalStatus | MaritalStatusEnum | Employee's marital status. | [optional] |
employeeNumber | String | Employee's unique number. | [optional] |
Name | Value |
---|---|
SINGLE | "Single" |
MARRIED | "Married" |
WIDOWED | "Widowed" |
DIVORCED | "Divorced" |
SEPARATED | "Separated" |
REGISTERED_PARTNERSHIP | "Registered Partnership" |
COMMON_LAW | "Common Law" |