Name | Type | Description | Notes |
---|---|---|---|
id | str | The unique identifier for the applicant | [optional] |
created_at | datetime | The date and time when this applicant was created | [optional] |
href | str | The uri of this resource | [optional] |
title | str | The applicant’s title | [optional] |
first_name | str | The applicant’s first name | |
middle_name | str | The applicant’s middle name(s) or initial | [optional] |
last_name | str | The applicant’s surname | |
str | The applicant’s email address | [optional] | |
gender | str | The applicant’s gender. Valid values are male and female | [optional] |
dob | date | The applicant’s date of birth | [optional] |
telephone | str | The applicant’s landline phone number | [optional] |
mobile | str | The applicant’s mobile phone number | [optional] |
country | str | The country where this applicant will be checked. This must be a three-letter ISO code e.g. GBR or USA | [optional] |
sandbox | bool | [optional] | |
nationality | str | The applicant's nationality. This must be a three-letter ISO code e.g. GBR or USA | [optional] |
mothers_maiden_name | str | The applicant’s mothers maiden name | [optional] |
country_of_birth | str | The applicant’s country of birth | [optional] |
town_of_birth | str | The applicant’s town of birth | [optional] |
previous_last_name | str | The applicant’s previous last name | [optional] |
addresses | list[Address] | [optional] | |
id_numbers | list[IdNumber] | [optional] |