For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

Request 1: Complete address Input that includes Parcel Locker with Number
Response 1: Validated Record.
Request 2: Input partial address e.g. License post office and locality information
Response 2: Validated Record.

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

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

Last updated