...
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 | Contract | ||
---|---|---|---|---|---|
alley | string | ||||
amalgamatedMunicipality | string | area | String | ||
avenuearea | String | block | String | ||
cantonavenue | String | chome | String | ||
cityblock | String | country | String | ||
countycanton | String | deliveryNumber | String | ||
departmentchome | String | direction | String | ||
dispatchingInformationcity | 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 | Stringcountry | String | The country code. This must be the ISO 3166 country code. The country code can be given in either the alpha-2, alpha-3 or numeric format. | Please refer to https://www.iso.org/obp/ui/#search for a full (and up to date) list of ISO 3166 country codes. | |
county | String | ||||
deliveryNumber | String | ||||
department | String | ||||
direction | String | ||||
dispatchingInformation | String | ||||
district | String | ||||
divisionFive | String | ||||
divisionFour | String | ||||
divisionOne | String | ||||
divisionThree | String | ||||
divisionTwo | String | ||||
flatNumber | String | The flat number component of an address. For example, in the address “1/5 Fake St”, “1” is the flat number. | |||
level | String | ||||
locality | String | ||||
location | String | ||||
mailCentre | String | ||||
municipality | String | ||||
neighbourhood | String | ||||
organisation | String | ||||
parish | String | ||||
personName | String | ||||
poBox | String | ||||
postcode | String | The postcode component of the individual's address. Must be a valid Australian postcode. | Must be 4 numbers between 0 and 9 (i.e. as a regular expression: ^[\d]{4}$) | ||
prefecture | String | ||||
propertyName | String | ||||
province | String | ||||
quarter | String | ||||
region | String | ||||
ruralArea | String | ||||
ruralLocality | String | ||||
sector | String | ||||
sectorNumber | String | ||||
state | String | The state component of the individual's address. Must be a valid Australian state or territory. | One of:
| ||
streetName | String | The name of the street. | Cannot be null. Cannot be an empty string. | ||
streetNumber | String | The street number component of an address. In the example above, “5” is the street number. | |||
streetType | String | A valid Australian street type. | A valid Australian street type, or its recognised abbreviation. For a full list of acceptable values, please see Street Types. | ||
subdistrict | String | ||||
subregion | String | ||||
suburb | String | The suburb or town component of the individual's address. | Cannot be null. Cannot be an empty string. For New Zealand addresses, this field should contain the suburb; the "city" address element is not required by any current greenID New Zealand data sources. | ||
town | String | ||||
townCity | String | ||||
township | String | ||||
urbanLocality | String | ||||
village | String |
Name
The Name complex type has the following structure:
Member | Type | Required? | Description | Contract |
---|---|---|---|---|
honorific | String 255 Chars | No | The honorific component of a person’s name, eg. “Mr”, “Miss”, etc. |
|
givenName | String 255 Chars | Yes | A person’s given name. | Cannot be null. Cannot be the empty string. |
middleNames | String 255 Chars | No | A person’s middle names. Note that there can be multiple names. |
|
surname | String 255 Chars | Yes | A person’s surname or last name. | Cannot be null. Cannot be the empty string. |
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.
...