The parse method takes one or more addresses as the input and parse them into component parts, returning a list of the parsed results. The maximum number of input addresses is 100 per call.
Resource URL
POST https://hosted.mastersoftgroup.com/harmony/rest/{locale}/parse/address
Request
The request body is an object:
{
"payload": [ { "fullAddress": "L 2 SE 202 220 GEORGE ST, SYDNEY NSW 2000" } ],
"sourceOfTruth": "AUPAF"
}