Name / Description | Type / Format | Example | |
---|---|---|---|
employeeUniqueId
|
string
uuid
|
"string"
|
|
item
|
Item
|
{Item}
|
|
employeeDetails
|
NvrEmployeeDetails
|
{NvrEmployeeDetails}
|
|
employment
|
NvrEmployment
|
{NvrEmployment}
|
{
"employeeUniqueId": "string",
"item": {
"id": "string",
"name": "string",
"metadata": {},
"url": "string"
},
"employeeDetails": {
"nino": "string",
"name": {
"ttl": "string",
"fore": [
"string"
],
"initials": "string",
"sur": "string"
},
"address": {
"line": [
"string"
],
"postcode": "string",
"postCode": "string",
"ukPostcode": "string",
"country": "string",
"foreignCountry": "string"
},
"birthDate": "string",
"gender": "string"
},
"employment": {
"payId": "string"
}
}