API Reference

QueryBlockedSubscriptions

This operation returns a detailed list of subscriptions that have been blocked because of the overconsumption of the bundle SMS or GPRS threshold in a specific month.

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

— <baseURI>/dcpapi/BundlePackageManagement?WSDL

EXAMPLE OF API REQUEST:
<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" ⇒
xmlns:sub="http://api.dcp.ericsson.net/BundlePackageManagement">
<soapenv:Header/>
<soapenv:Body>
<sub:QueryBlockedSubscriptions>
<customerNo>00000001</customerNo>
</sub:QueryBlockedSubscriptions>
</soapenv:Body>
</soapenv:Envelope>
EXAMPLE OF API RESPONSE:
<env:Envelope
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
<env:Header/>
<env:Body>
<ns2:QueryBlockedSubscriptionsResponse
xmlns:ns2="http://api.dcp.ericsson.net/BundlePackageManagement">
<blockedSubscriptionDetails>
<blockedSubscriptionDetail>
<imsi>320123456000016</imsi>
<msisdn>45201304821065</msisdn>
<icc>600150</icc>
<customerLabel>Spare IMSI</customerLabel>
<bundleName>B M No2</bundleName>
<status>Active</status>
<trafficType>gprs</trafficType>
<thresholdLimit>10000000</thresholdLimit>
<thresholdUnit>bytes</thresholdUnit>
<networkGroup>1</networkGroup>
<blockedDate>2013-11-22T09:29:53.000Z</blockedDate>
<unBlockedDate>2013-11-26T09:15:47.000Z</unBlockedDate>
</blockedSubscriptionDetail>
<blockedSubscriptionDetail>
<imsi>320123456001548</imsi>
<msisdn>52014100987654</msisdn>
<icc>900011</icc>
<customerLabel>bundle2</customerLabel>
<bundleName>B M No2</bundleName>
<status>Active</status>
<trafficType>sms</trafficType>
<thresholdLimit>30</thresholdLimit>
<thresholdUnit>pcs</thresholdUnit>
<networkGroup>1</networkGroup>
<blockedDate>2013-11-22T10:25:54.000Z</blockedDate>
<unBlockedDate>2013-11-26T09:19:25.000Z</unBlockedDate>
</blockedSubscriptionDetail>
<blockedSubscriptionDetail>
<imsi>320123456001754</imsi>
<msisdn>201330876976871</msisdn>
<icc>600150</icc>
<bundleName>B M No6</bundleName>
<status>Deactivated</status>
<trafficType>sms</trafficType>
<thresholdLimit>10</thresholdLimit>
<thresholdUnit>pcs</thresholdUnit>
<networkGroup>1</networkGroup>
<blockedDate>2013-11-26T09:15:47.000Z</blockedDate>
</blockedSubscriptionDetail>
<blockedSubscriptionDetail>
<imsi>320123456000017</imsi>
<msisdn>52012006345678</msisdn>
<icc>600150</icc>
<customerLabel>bundle2</customerLabel>
<bundleName>B M No2</bundleName>
<status>Active</status>
<trafficType>sms</trafficType>
<thresholdLimit>30</thresholdLimit>
<thresholdUnit>pcs</thresholdUnit>
<networkGroup>2</networkGroup>
<blockedDate>2013-11-20T13:06:54.000Z</blockedDate>
<unBlockedDate>2013-11-26T09:15:46.000Z</unBlockedDate>
</blockedSubscriptionDetail>
<blockedSubscriptionDetail>
<imsi>320123456001550</imsi>
<msisdn>52014100000234</msisdn>
<icc>900013</icc>
<bundleName>B M No99</bundleName>
<status>Active</status>
<trafficType>gprs</trafficType>
<thresholdLimit>10000000</thresholdLimit>
<thresholdUnit>bytes</thresholdUnit>
<networkGroup>Total</networkGroup>
<blockedDate>2013-11-22T10:29:32.000Z</blockedDate>
<unBlockedDate>2013-11-26T09:15:47.000Z</unBlockedDate>
</blockedSubscriptionDetail>
<blockedSubscriptionDetail>
<imsi>320123456001552</imsi>
<msisdn>52014104340023</msisdn>
<icc>900015</icc>
<bundleName>B M No2</bundleName>
<status>Active</status>
<trafficType>sms</trafficType>
<thresholdLimit>30</thresholdLimit>
<thresholdUnit>pcs</thresholdUnit>
<networkGroup>Others</networkGroup>
<blockedDate>2013-11-22T07:08:02.000Z</blockedDate>
<unBlockedDate>2013-11-26T09:15:47.000Z</unBlockedDate>
</blockedSubscriptionDetail>
</blockedSubscriptionDetails>
</ns2:QueryBlockedSubscriptionsResponse>
</env:Body>
</env:Envelope>