Name / Description | Type / Format | Example | |
---|---|---|---|
nino
|
string
|
"string"
|
|
name
|
RtiEmployeeName
|
{RtiEmployeeName}
|
|
address
|
RtiEmployeeAddress
|
{RtiEmployeeAddress}
|
|
birthDate
|
string
|
"string"
|
|
gender
|
string
|
"string"
|
{
"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"
}