Difference between revisions of "API/EndUser/Services/getSuburbByPostcode"

From Emersion
Jump to: navigation, search
(getSuburbByPostcode)
 
(getSuburbByPostcode)
 
Line 1: Line 1:
 +
=== getSuburbByPostcode ===
 +
 
'''Purpose '''
 
'''Purpose '''
  

Latest revision as of 13:14, 24 November 2014

getSuburbByPostcode

Purpose

For searching G-NAF data to find suburbs in Australia.

Inputs

  <soapenv:Header/>
  <soapenv:Body>
     <ser:getSuburbByPostcode>
        <ser:postcode>2452</ser:postcode>
     </ser:getSuburbByPostcode>
  </soapenv:Body>

Output

     <ns1:getSuburbResponse>
        <ns1:SuburbItem>
           <ns1:suburb>TOORMINA</ns1:suburb>
           <ns1:postcode>2452</ns1:postcode>
        </ns1:SuburbItem>
        <ns1:SuburbItem>
           <ns1:suburb>BOAMBEE EAST</ns1:suburb>
           <ns1:postcode>2452</ns1:postcode>
        </ns1:SuburbItem>
     </ns1:getSuburbResponse>


Error String

129. Invalid or missing post code