Preivous Name
The candidate's previous name can only be used as part of a client entry order.
Field Name | Description | Type | Min | Max | Mandatory | ValueSet |
---|---|---|---|---|---|---|
Title | Title of the candidate | String | No | title | ||
FirstName | First name of candidate | String (name) | 2 Characters | 60 Characters | Yes | |
LastName | Last name of candidate | String (name) | 2 Characters | 60 Characters | Yes | |
MiddleNames | First name of candidate | String (name) | 2 | 60 Characters | No | |
IsFromBirth | If true, then name was given at birth. If false, then a previous name is required where IsFromBirth is true. |
Boolean | Yes | |||
KnownFromDate | Date that candidate is started using this name | String (date) | Yes if IsFromBirth is false | |||
KnownToDate | Date that the name was used to | String (date) | Yes |
Example Previous Names
An example previous name
"PreviousNames": [
{
"IsFromBirth": false,
"KnownFromDate": "1980-01-01",
"KnownToDate": "1990-01-01",
"Title": "Miss",
"FirstName": "Chantelle",
"MiddleNames": "Barrett",
"LastName": "Jones",
},
{
"IsFromBirth": true,
"KnownFromDate": null,
"KnownToDate": "1980-01-01",
"Title": "Miss",
"FirstName": "Chantelle",
"MiddleNames": "Barrett",
"LastName": "Higgins",
}
]