Skip navigation

API Reference

ChangeSubscriptionRegion

With this operation, it is possible to change the region for a single 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

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

— <baseURI>/dcpapi/SubscriptionManagement?WSDL

EXAMPLE OF API REQUEST:
<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" ⇒
xmlns:sub="http://api.dcp.ericsson.net/SubscriptionManagement">
<soapenv:Header/>
<soapenv:Body>
<sub:ChangeSubscriptionRegion>
<customerNo>99000010</customerNo>
<resource>
<id>240081020000014</id>
<type>imsi</type>
</resource>
<newRegion>denmark</newRegion>
</sub:ChangeSubscriptionRegion>
</soapenv:Body>
</soapenv:Envelope>
EXAMPLE OF API RESPONSE:
<env:Envelope
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
<env:Header/>
<env:Body>
<ns2:ChangeSubscriptionRegionResponse ⇒
xmlns:ns2="http://api.dcp.ericsson.net/SubscriptionManagement">
<serviceRequestId>REQ000000098</serviceRequestId>
<requestId>REQ000000097</requestId>
</ns2:ChangeSubscriptionRegionResponse>
</env:Body>
</env:Envelope>