GET api/SuburbAndPostalCodeLookup?suburb={suburb}&postalCode={postalCode}
Lookup postal code information using suburb name, postal code or both values together.
Request Information
URI Parameters
| Name | Description | Type | Additional 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.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.