Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 

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

NameTypeDescriptionRestrictions
currentResidentialAddressAddressThe person's current residential address. 
dateCreatedDateTime  
dobstringThe person's date of birth. 
emailstring May be null. Must be a valid email address.
extraDataList<NameValuePair>   
homePhonestring If present, must be 10 digits only.
mobilePhonestring If present, must be 10 digits only.
nameNameThe person's name. 
previousResidentialAddressAddressThe person's previous residential address. 
workPhonestring If present, must be 10 digits only.

Address

NameTypeDescriptionContract
alleystring  
amalgamatedMunicipalitystring  
areaString  
avenueString  
blockString  
cantonString  
chomeString  
cityString  
countryStringThe 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.
countyString  
deliveryNumberString  
departmentString  
directionString  
dispatchingInformationString  
districtString  
divisionFiveString  
divisionFourString  
divisionOneString  
divisionThreeString  
divisionTwoString  
flatNumberStringThe flat number component of an address. For example, in the address “1/5 Fake St”, “1” is the flat number. 
levelString  
localityString  
locationString  
mailCentreString  
municipalityString  
neighbourhoodString  
organisationString  
parishString  
personNameString  
poBoxString  
postcodeStringThe 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}$)
prefectureString  
propertyNameString  
provinceString  
quarterString  
regionString  
ruralAreaString  
ruralLocalityString  
sectorString  
sectorNumberString  
stateStringThe state component of the individual's address. Must be a valid Australian state or territory.

One of:

  • ACT
  • NSW
  • NT
  • QLD
  • SA
  • TAS
  • VIC
  • WA
Note that this field is not required for New Zealand addresses.
streetNameStringThe name of the street.Cannot be null. Cannot be an empty string.
streetNumberStringThe street number component of an address. In the example above, “5” is the street number. 
streetTypeStringA valid Australian street type.A valid Australian street type, or its recognised abbreviation. For a full list of acceptable values, please see Street Types.
subdistrictString  
subregionString  
suburbStringThe 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.

townString  
townCityString  
townshipString  
urbanLocalityString  
villageString  

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

...