Name / Description | Type / Format | Example | |
---|---|---|---|
employeeId
|
string
|
"string"
|
|
birthDate
|
string
date
|
"2024-11-21"
|
|
gender
|
string
|
"string"
|
|
nationalInsuranceNumber
|
string
|
"string"
|
|
employmentStartDate
|
string
date
|
"2024-11-21"
|
|
maritalStatus
|
string
|
"Single"
"Married"
"Divorced"
"Widowed"
"CivilPartnership"
"Unknown"
|
{
"employeeId": "string",
"birthDate": "2024-11-21",
"gender": "string",
"nationalInsuranceNumber": "string",
"employmentStartDate": "2024-11-21",
"maritalStatus": "Single"
}