Name | Type | Description | Notes |
---|---|---|---|
id | String | The unique identifier for the applicant | [optional] |
createdAt | OffsetDateTime | The date and time when this applicant was created | [optional] |
href | String | The uri of this resource | [optional] |
title | String | The applicant’s title | [optional] |
firstName | String | The applicant’s first name | |
middleName | String | The applicant’s middle name(s) or initial | [optional] |
lastName | String | The applicant’s surname | |
String | The applicant’s email address | [optional] | |
gender | String | The applicant’s gender. Valid values are male and female | [optional] |
dob | LocalDate | The applicant’s date of birth | [optional] |
telephone | String | The applicant’s landline phone number | [optional] |
mobile | String | The applicant’s mobile phone number | [optional] |
country | String | The country where this applicant will be checked. This must be a three-letter ISO code e.g. GBR or USA | [optional] |
sandbox | Boolean | [optional] | |
nationality | String | The applicant's nationality. This must be a three-letter ISO code e.g. GBR or USA | [optional] |
mothersMaidenName | String | The applicant’s mothers maiden name | [optional] |
countryOfBirth | String | The applicant’s country of birth | [optional] |
townOfBirth | String | The applicant’s town of birth | [optional] |
previousLastName | String | The applicant’s previous last name | [optional] |
addresses | List<Address> | [optional] | |
idNumbers | List<IdNumber> | [optional] |
This repository has been archived by the owner on Nov 13, 2018. It is now read-only.