GET api/SuburbAndPostalCodeLookup?suburb={suburb}&postalCode={postalCode}

Lookup postal code information using suburb name, postal code or both values together.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
suburb

Optional suburb search value. Supports partial suburb matching.

string

None.

postalCode

Optional postal code search value.

string

None.

Body Parameters

None.

Response Information

Resource Description

Returns matching postal code records including suburb, city, route code, derived hub and postal code.

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.