Difference between revisions of "API/EndUser/Services/getPortInformationForAddress"
From Emersion
(getPortInformationForAddress) |
(getPortInformationForAddress) |
||
Line 7: | Line 7: | ||
'''Inputs''' | '''Inputs''' | ||
− | <soapenv:Header/> | + | <code> |
+ | <soapenv:Header/> | ||
<soapenv:Body> | <soapenv:Body> | ||
<ser:getPortInformationForAddress> | <ser:getPortInformationForAddress> | ||
Line 14: | Line 15: | ||
</ser:getPortInformationForAddress> | </ser:getPortInformationForAddress> | ||
</soapenv:Body> | </soapenv:Body> | ||
+ | </code> | ||
'''Output''' | '''Output''' | ||
− | <SOAP-ENV:Body> | + | <code> |
+ | <SOAP-ENV:Body> | ||
<ns1:getPortInformationForAddressResponse> | <ns1:getPortInformationForAddressResponse> | ||
<ns1:PortTypeItem> | <ns1:PortTypeItem> | ||
Line 29: | Line 32: | ||
</ns1:getPortInformationForAddressResponse> | </ns1:getPortInformationForAddressResponse> | ||
</SOAP-ENV:Body> | </SOAP-ENV:Body> | ||
− | + | </code> | |
'''Error String''' | '''Error String''' |
Latest revision as of 13:21, 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