Address International
These methods have been deprecated.
We recommend you upgrade your service to the latest Address Validation method. Upgrade at no cost and improved performance.
International address lookup methods
International address lookup methods take complete or partial address information as an input and perform a search against a given country other than Australia or New Zealand, returning address information that matches the search parameters.
find
Lookup international addresses from a given country other than Australia/New Zealand using a single-line input address.
Resource URL
POST https://hosted.mastersoftgroup.com/harmony/rest/intl/address/find
Or if using GET
GET https://hosted.mastersoftgroup.com/harmony/rest/intl/address/find
Request (POST)
The request body is an AddressRestRequest object:
The
fullAddressattribute is requiredThe
countryattribute is required, its value should be an ISO 3166-1 alpha-2 country code.
Request Parameters (GET)
The
fullAddressparameter is requiredThe
countryparameter is required, its value should be an ISO 3166-1 alpha-2 country code.
Response
The response body is an AddressRestResponse object:
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
Request Parameters (GET)
The
idparameter is required
Response
The response body is an AddressRestResponse object:
Last updated