...
Name | Type | Description |
---|---|---|
day | int | The day component of a date of birth. |
month | int | The month component of a date of birth. |
year | int | The full year component of a date of birth, for example 1975, i.e. not 75. |
RegistrationDetailsV2
Need a summary
Name | Type | Description |
---|---|---|
currentResidentialAddress | Address | |
dateCreated | DateTime | |
dob | string | |
string | ||
extraData | List<NameValuePair> | |
homePhone | string | |
mobilePhone | string | |
name | Name | |
previousResidentialAddress | Address | |
workPhone | string |
Address
Name | Type | Description |
---|---|---|
alley | string | |
amalgamatedMunicipality | string | |
area | ||
avenue | ||
block | ||
canton | ||
chome | ||
city | ||
country | ||
county | ||
deliveryNumber | ||
department | ||
direction | ||
dispatchingInformation | ||
district | ||
divisionFive | ||
divisionFour | ||
divisionOne | ||
divisionThree | ||
divisionTwo | ||
flatNumber | ||
level | ||
locality | ||
location | ||
mailCentre | ||
municipality | ||
neighbourhood | ||
organisation | ||
parish | ||
personName | ||
poBox | ||
postcode | ||
prefecture | ||
propertyName | ||
province | ||
quarter | ||
region | ||
ruralArea | ||
ruralLocality | ||
sector | ||
sectorNumber | ||
state | ||
streetName | ||
streetNumber | ||
streetType | ||
subdistrict | ||
subregion | ||
suburb | ||
town | ||
townCity | ||
township | ||
urbanLocality | ||
village |
RichVerificationResult
The RichVerificationResult type describes the person’s verification results to date. This is always returned so that the caller always has the latest results for that person.
...