API Reference
RequestUnblockSubscription
With this operation, it is possible to activate a SIM subscription status that was deactivated because of overconsumption of SMS or GPRS traffic. The request returns a registered serviceRequestId meaning that the actual change can occur at a later time.
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:RequestUnblockSubscription>
<customerNo>99000010</customerNo>
<resource>
<id>240081020000014</id>
<type>imsi</type>
</resource>
</sub:RequestUnblockSubscription>
</soapenv:Body>
</soapenv:Envelope>
EXAMPLE OF API RESPONSE:
<env:Envelope
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
<env:Header/>
<env:Body>
<ns2:RequestUnblockSubscriptionResponse ⇒
xmlns:ns2="http://api.dcp.ericsson.net/RequestUnblockSubscription">
<serviceRequestId>REQ000000098</serviceRequestId>
</ns2:RequestUnblockSubscriptionResponse>
</env:Body>
</env:Envelope>