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

NameTypeDescription
currentResidentialAddressAddress 
dateCreatedDateTime 
dobstring 
emailstring 
extraDataList<NameValuePair>  
homePhonestring 
mobilePhonestring 
nameName 
previousResidentialAddressAddress 
workPhonestring 

Address

NameTypeDescription
alleystring 
amalgamatedMunicipalitystring 
areaString 
avenueString 
blockString 
cantonString 
chomeString 
cityString 
countryString 
countyString 
deliveryNumberString 
departmentString 
directionString 
dispatchingInformationString 
districtString 
divisionFiveString 
divisionFourString 
divisionOneString 
divisionThreeString 
divisionTwoString 
flatNumberString 
levelString 
localityString 
locationString 
mailCentreString 
municipalityString 
neighbourhoodString 
organisationString 
parishString 
personNameString 
poBoxString 
postcodeString 
prefectureString 
propertyNameString 
provinceString 
quarterString 
regionString 
ruralAreaString 
ruralLocalityString 
sectorString 
sectorNumberString 
stateString 
streetNameString 
streetNumberString 
streetTypeString 
subdistrictString 
subregionString 
suburbString 
townString 
townCityString 
townshipString 
urbanLocalityString 
villageString 

Name

NameTypeDescription
givenNameString 
honorificString 
middleNamesString 
surnameString 

 

RichVerificationResult

...

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.

 

Name

Type

Description

userId

String

The unique identifier for the person.

outcomeoverallVerificationStatus

String

This member indicates the outcome of the entire verification process. Refer to the Reference Table for Overall Outcome States for values.

ruleIdStringThe identifier for the rule that was used to determine the verification outcome.
modeStringThis member indicates the verification mode that was used.  The mode is null, except in the following cases:
  • “POSTOFFICE” – the person was verified by completing a Post Office form and visiting a branch of Australia Post, where their identity documents were manually inspected.
  • “ASSISTED” – the person was verified by an administrative user.
  • “EXTERNAL” – the person was verified outside of greenID, and the results have been loaded in to greenID.
dateVerifiedStringThe date this person became verified (null if they have not yet been verified).
individualResultsList<RichCheckResult>List<checkResultV2>This member holds a list of results for the individual checks that have been performed to date.
verificationIDString 

RichCheckResult

The RichCheckResult type contains all the details of a check against a particular data source.

...