API/Services/GetPortInformationForAddress

From Emersion
Jump to: navigation, search

Purpose

Get information about ports at a given address

Inputs <soapenv:Header/>

  <soapenv:Body>
     <ser:getPortInformationForAddress>
        <ser:address_id>1</ser:address_id>
        <ser:carrier_id>1</ser:carrier_id>
     </ser:getPortInformationForAddress>
  </soapenv:Body>

Output <SOAP-ENV:Body>

     <ns1:getPortInformationForAddressResponse>
        <ns1:PortTypeItem>
                 <ns1:service_type_id>1</ns1:service_type_id>
                 <ns1:service_id>1</ns1:service_id>
                 <ns1:type_name></ns1:type_name>
                 <ns1:port_type></ns1:port_type>
                 <ns1:port_name></ns1:port_name>
                 <ns1:port_free>false</ns1:port_free>
        </ns1:PortTypeItem>
     </ns1:getPortInformationForAddressResponse>
  </SOAP-ENV:Body>


Error String

Invalid or missing address_id

Invalid or missing carrier_id