API Reference

QueryTopCountryTrafficUsage

With this operation, it is possible to retrieve the top countries with most traffic usage. The traffic can be filtered on a specific sub-customer if the user has the authority.

IMPORTANT! This SOAP API will be deprecated.

The WSDL is available at the following URL, where the <baseURI> parameter is provided by the operator:

— <baseURI>/dcpapi/AggregatedTraffic?WSDL

EXAMPLE OF API REQUEST:
<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" ⇒
xmlns:agg="http://api.dcp.ericsson.net/AggregatedTraffic">
<soapenv:Header/>
<soapenv:Body>
<agg:QueryTopCountryTrafficUsage>
<customerNo>00000001</customerNo>
<trafficType>SMS</trafficType>
<resultLimit>10</resultLimit>
<startDate>2016-11-01</startDate>
<endDate>2016-11-08</endDate>
</agg:QueryTopCountryTrafficUsage>
</soapenv:Body>
</soapenv:Envelope>
EXAMPLE OF API RESPONSE:
<env:Envelope
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
<env:Header/>
<env:Body>
<ns2:QueryTopCountryTrafficUsageResponse ⇒
xmlns:ns2="http://api.dcp.ericsson.net/AggregatedTraffic">
<countryTrafficUsageData>
<country>Sweden</country>
<volume>6</volume>
</countryTrafficUsageData>
</ns2:QueryTopCountryTrafficUsageResponse>
</env:Body>
</env:Envelope>