AupostValidation using Harmony WS

This document provides instructions on utilizing the Harmony Restful WebServices for the Validation of Australian addresses using AupostValidation PDP.

API:

http://localhost:8080/HarmonyWS/rest/parseCustomerData

Role used in Webservice Request

Sample Request and Response

Request 1 and Request 2 are samples for validated addresses.

chevron-rightRequest 1: Complete address Input that includes Parcel Locker with Numberhashtag
chevron-rightResponse 1: Validated Record. hashtag
chevron-rightRequest 2: Input partial address e.g. License post office and locality informationhashtag
chevron-rightResponse 2: Validated Record.hashtag

Request 3 and Request 4 are samples for records that cannot be validated.

chevron-rightRequest 3: Input address that has different Parcel locker Plus Data(Parcel Locker and Post office) in the same street address.hashtag
chevron-rightResponse 3: Ambiguous matches found for the street address. Record cannot be validated.hashtag
chevron-rightRequest 4: Input address does not exist in Aust Post Asset Datahashtag
chevron-rightResponse 4: Record cannot be validated.hashtag

Last updated