API Reference
RequestSubscriptionStatusChange
With this operation, it is possible to request a change on SIM resource subscription status. The request returns a registered serviceRequestId meaning that the actual change can occur at a later time. Use the QuerySubscriptionStatusChange method to check the status of the request.
IMPORTANT! This SOAP API has a REST replacement which we strongly suggest as alternative. Please use this REST API instead: |
EXAMPLE OF API REQUEST:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" ⇒
xmlns:sim="http://api.dcp.ericsson.net/SubscriptionManagement">
<soapenv:Header/>
<soapenv:Body>
<sim:RequestSubscriptionStatusChange>
<resource>
<id>1234567891234</id>
<type>msisdn</type>
</resource>
<subscriptionStatus>Activate</subscriptionStatus>
<range>2</range>
</sim:RequestSubscriptionStatusChange>
</soapenv:Body>
</soapenv:Envelope>
EXAMPLE OF API RESPONSE:
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
<env:Header/>
<env:Body>
<ns2:RequestSubscriptionStatusChangeResponse ⇒
xmlns:ns2="http://api.dcp.ericsson.net/SubscriptionManagement">
<serviceRequestId>REQ000000001120</serviceRequestId>
</ns2:RequestSubscriptionStatusChangeResponse>
</env:Body>
</env:Envelope>