API Reference
QueryAvailableRegions
With this operation, it is possible to retrieve the available regions for a single subscription.
IMPORTANT! This SOAP API has a REST replacement which we strongly suggest as alternative. Please use this REST API instead: |
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:QueryAvailableRegions>
<resource>
<id>240081020000014</id>
<type>imsi</type>
</resource>
</sub:QueryAvailableRegions>
</soapenv:Body>
</soapenv:Envelope>
EXAMPLE OF API RESPONSE:
<env:Envelope
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
<env:Header/>
<env:Body>
<ns2:QueryAvailableRegionsResponse ⇒
xmlns:ns2="http://api.dcp.ericsson.net/SubscriptionManagemnet">
<regionShortNameList>
<regionShortName>denmark</regionShortName>
<regionShortName>sweden</regionShortName>
</regionShortNameList>
</ns2:QueryAvailableRegionsResponse>
</env:Body>
</env:Envelope>