Difference between revisions of "API/EndUser/Services/getPortInformationForAddress"
From Emersion
(getPortInformationForAddress) |
(getPortInformationForAddress) |
||
Line 6: | Line 6: | ||
'''Inputs''' | '''Inputs''' | ||
+ | |||
<soapenv:Header/> | <soapenv:Header/> | ||
<soapenv:Body> | <soapenv:Body> | ||
Line 15: | Line 16: | ||
'''Output''' | '''Output''' | ||
+ | |||
<SOAP-ENV:Body> | <SOAP-ENV:Body> | ||
<ns1:getPortInformationForAddressResponse> | <ns1:getPortInformationForAddressResponse> |
Revision as of 13:20, 24 November 2014
getPortInformationForAddress
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