Difference between revisions of "API/Services/GetServiceAvailabilityForAddress"

From Emersion
Jump to: navigation, search
(Created page with "'''Purpose ''' Determine what services are available at an address. '''Inputs''' <soapenv:Header/> <soapenv:Body> <ser:getServiceAvailabilityForAddress> ...")
 
 
Line 2: Line 2:
  
 
Determine what services are available at an address.
 
Determine what services are available at an address.
 +
 +
'''NOTE''' This API call currently references a deprecated table and should be considered currently not operable.
  
 
'''Inputs'''
 
'''Inputs'''

Latest revision as of 10:27, 10 May 2018

Purpose

Determine what services are available at an address.

NOTE This API call currently references a deprecated table and should be considered currently not operable.

Inputs

  <soapenv:Header/>
  <soapenv:Body>
     <ser:getServiceAvailabilityForAddress>
        <ser:address_id>100156</ser:address_id>
        <ser:service_type>3501</ser:service_type>
     </ser:getServiceAvailabilityForAddress>
  </soapenv:Body>

Output

 <SOAP-ENV:Body>
     <ns1:getServiceAvailabilityForAddressResponse>
        <ns1:ServiceAvailabilityItem>
           <ns1:identifier>LOC000016786489</ns1:identifier>
           <ns1:class_number>3</ns1:class_number>
           <ns1:servicable>true</ns1:servicable>
           <ns1:description>It's all good mate</ns1:description>
           <ns1:service_type_id>3501</ns1:service_type_id>
           <ns1:service_type_name>Open Networks Fibre</ns1:service_type_name>
           <ns1:service_type_description>Open Networks Fibre</ns1:service_type_description>
        </ns1:ServiceAvailabilityItem>
     </ns1:getServiceAvailabilityForAddressResponse>
  </SOAP-ENV:Body>


Error String

133. Invalid or missing address_id