Address Types

Address type methods (AU/NZ)

Address type methods provide address type information from a specific Source of Truth.

Retrieves the floor level types.

Retrieves the postal types.

Retrieves the street types.

Retrieves the street suffix types.

Retrieves the unit/flat types.

floorLevel

Retrieves the list of Floor Level types available in the Source of Truth. No additional input is required.

Resource URL

    POST    https://hosted.mastersoftgroup.com/harmony/rest/{locale}/type/floorLevel
    

Request (POST)

The request body is a MetadataRestRequest object:

  • The sourceOfTruth attribute is required

Response

The response body is an MetadataRestResponse object:

postal

Retrieves the list of Postal types available in the Source of Truth. No additional input is required.

Resource URL

Request (POST)

The request body is a MetadataRestRequest object:

  • The sourceOfTruth attribute is required

Response

The response body is a MetadataRestResponse object:

street

Retrieves the list of Street types available in the Source of Truth. No additional input is required.

Resource URL

Request (POST)

The request body is a MetadataRestRequest object:

  • The sourceOfTruth attribute is required

Response

The response body is a MetadataRestResponse object:

streetSuffix

Retrieves the list of Street Suffix types available in the Source of Truth. No additional input is required.

Resource URL

Request (POST)

The request body is a MetadataRestRequest object:

  • The sourceOfTruth attribute is required

Response

The response body is a MetadataRestResponse object:

unitFlat

Retrieves the list of Unit/Flat types available in the Source of Truth. No additional input is required.

Resource URL

Request (POST)

The request body is a MetadataRestRequest object:

  • The sourceOfTruth attribute is required

Response

The response body is a MetadataRestResponse object:

Last updated