Address Cleanse v1
Cleanse methods validate the single line input address based on the required source of truth.
Cleanse methods (AU/NZ)
Cleanse methods validate the single line input address based on the required source of truth.
Cleanse the supplied single-line address into its component parts based on the supplied SOT. |
address
The cleanse method takes a concatenated address String in the fullAddress field of an AddressAu or AddressNz parameter. It then attempts to validate it based on the supplied sourceOfTruth into component parts which are then returned in a populated AddressAu or AddressNz object with additional attributes. We support AUPAF, GNAF and NZPAF in this version, and we are continuing the development to support more validations.
POST method it can allow to send a list of Addresses (maximum 100 per request) and then return a list of validated addresses.
Details of the processes for each available sourceOfTruth:
sourceOfTruth : GNAF (GNAFAddressStandardization + GNAFValidation)
sourceOfTruth : AUPAF (AMASAddressStandardization + AMASHAVE)
sourceOfTruth : NZPAF (NZAddressStandardiztion + NZPostcodeAllocation + NZHAVEGeoPAF)
Resource URL
Request
The request body is an AddressRestRequest object:
Response
See Address Field Mapping Guide for integration best practices.
The response body is an AddressRestResponse object:
Last updated