API Reference

QuerySubscriptionStatusChange

With this operation, it is possible to query the status of a requested status change of a SIM subscription.

IMPORTANT! This SOAP API has a REST replacement which we strongly suggest as alternative.
Please use this REST API instead: 

IoT Accelerator REST API

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:QuerySubscriptionStatusChange>
<serviceRequestId>REQ000000001191</serviceRequestId>
</sim:QuerySubscriptionStatusChange>
</soapenv:Body>
</soapenv:Envelope>
EXAMPLE OF API RESPONSE:
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
<env:Header/>
<env:Body>
<ns2:QuerySubscriptionStatusChangeResponse ⇒
xmlns:ns2="http://api.dcp.ericsson.net/SubscriptionManagement">
<serviceRequestId>REQ000000001191</serviceRequestId>
<statusRequestResponse>Pending</statusRequestResponse>
<completedDate>2016-11-18Z</completedDate>
</ns2:QuerySubscriptionStatusChangeResponse>
</env:Body>
</env:Envelope>