API Reference
QueryTrafficUsageHistory
With this operation, it is possible to retrieve previously aggregated traffic usage information from a specific time period. The traffic can be filtered on a specific sub-customer if the user has the authority.
IMPORTANT! This SOAP API will be deprecated. |
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:QueryTrafficUsageHistory>
<customerNo>00000001</customerNo>
<startDate>2016-11-01</startDate>
<endDate>2016-11-08</endDate>
</agg:QueryTrafficUsageHistory>
</soapenv:Body>
</soapenv:Envelope>
Example of API response:
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
<env:Header/>
<env:Body>
<ns2:QueryTrafficUsageHistoryResponse ⇒
xmlns:ns2="http://api.dcp.ericsson.net/AggregatedTraffic">
<trafficUsage>
<aggregationDate>2013-11-01Z</aggregationDate>
<gprsVolume>0</gprsVolume>
<smsVolume>2</smsVolume>
</trafficUsage>
</ns2:QueryTrafficUsageHistoryResponse>
</env:Body>
</env:Envelope>