Address Combined

Combined International address lookup methods

Combined International address lookup methods take complete or partial address information as an input and perform a search against a given country including Australia and New Zealand, returning address information that matches the search parameters.

Lookup international addresses using a single-line input address.

Retrieve international address details using the result from international address lookup.

lookup

Lookup international addresses from a given country including Australia/New Zealand using a single-line input address

Resource URL

    POST    https://hosted.mastersoftgroup.com/harmony/rest/address/lookup

Or if using GET

    GET    https://hosted.mastersoftgroup.com/harmony/rest/address/lookup
    

Request (POST)

The request body is an AddressRestRequest object:

  • The fullAddress attribute is required

  • The country attribute is required, its value should be an ISO 3166-1 alpha-2 country code.

  • The sourceOfTruth attribute is Optional

For ANZ

Request Parameters (GET)

  • The fullAddressparameter is required

  • The countryparameter is required, its value should be an ISO 3166-1 alpha-2 country code.

  • The sourceOfTruth parameter is Optional

Response

The response body is an AddressRestResponse object:

For ANZ

retrieve

Retrieve international address details using the address id returned from the international address lookup.

Resource URL

Or if using GET

Request (POST)

The request body is an AddressRestRequest object:

  • The idattribute is required

  • The countryattribute is required, its value should be an ISO 3166-1 alpha-2 country code.

  • The sourceOfTruth attribute is Optional

For ANZ

Request Parameters (GET)

  • The idparameter is required

  • The sourceOfTruth parameter is Optional

  • The countryparameter is required, its value should be an ISO 3166-1 alpha-2 country code.

Response

The response body is an AddressRestResponse object:

For ANZ

Last updated