API Reference
QueryTopSubscriberTrafficUsage
With this operation, it is possible to retrieve the top subscriptions with most traffic usage. The traffic can be filtered on a specific sub-customer if the user has the authority.
IMPORTANT! This SOAP API has a REST replacement which we strongly suggest as alternative. Please use this REST API instead: |
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:QueryTopSubscriberTrafficUsage>
<customerNo>00000001</customerNo>
<trafficType>SMS</trafficType>
<resultLimit>5</resultLimit>
<startDate>2013-11-01</startDate>
<endDate>2013-11-08</endDate>
</agg:QueryTopSubscriberTrafficUsage>
</soapenv:Body>
</soapenv:Envelope>
EXAMPLE OF API RESPONSE:
<env:Envelope
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
<env:Header/>
<env:Body>
<ns2:QueryTopSubscriberTrafficUsageResponse ⇒
xmlns:ns2="http://api.dcp.ericsson.net/AggregatedTraffic">
<subscriberTrafficUsageData>
<imsi>123456789123456</imsi>
<msisdn>1234567891234</msisdn>
<volume>2</volume>
</subscriberTrafficUsageData>
</ns2:QueryTopSubscriberTrafficUsageResponse>
</env:Body>
</env:Envelope>