...
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 | String | |
avenue | String | |
block | String | |
canton | String | |
chome | String | |
city | String | |
country | String | |
county | String | |
deliveryNumber | String | |
department | String | |
direction | String | |
dispatchingInformation | String | |
district | String | |
divisionFive | String | |
divisionFour | String | |
divisionOne | String | |
divisionThree | String | |
divisionTwo | String | |
flatNumber | String | |
level | String | |
locality | String | |
location | String | |
mailCentre | String | |
municipality | String | |
neighbourhood | String | |
organisation | String | |
parish | String | |
personName | String | |
poBox | String | |
postcode | String | |
prefecture | String | |
propertyName | String | |
province | String | |
quarter | String | |
region | String | |
ruralArea | String | |
ruralLocality | String | |
sector | String | |
sectorNumber | String | |
state | String | |
streetName | String | |
streetNumber | String | |
streetType | String | |
subdistrict | String | |
subregion | String | |
suburb | String | |
town | String | |
townCity | String | |
township | String | |
urbanLocality | String | |
village | String |
Name
Name | Type | Description |
---|---|---|
givenName | String | |
honorific | String | |
middleNames | String | |
surname | String |
RichVerificationResult
...
VerificationResultV2
The VerificationResultV2 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.
Name | Type | Description |
---|---|---|
userId | String | The unique identifier for the person. |
outcomeoverallVerificationStatus | String | This member indicates the outcome of the entire verification process. Refer to the Reference Table for Overall Outcome States for values. |
ruleId | String | The identifier for the rule that was used to determine the verification outcome. |
mode | String | This member indicates the verification mode that was used. The mode is null, except in the following cases:
|
dateVerified | String | The date this person became verified (null if they have not yet been verified). |
individualResults | List<RichCheckResult>List<checkResultV2> | This member holds a list of results for the individual checks that have been performed to date. |
verificationID | String |
RichCheckResult
The RichCheckResult type contains all the details of a check against a particular data source.
...