API Reference

QuerySubscriptionPackages_v2

With this operation, it is possible to retrieve a list of valid subscription packages together with trigger package information. It lists only those subscription packages to which subscriptions can be assigned.

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:QuerySubscriptionPackagesRequest_v2>
<customerNo>00000001</customerNo>
</sub:QuerySubscriptionPackagesRequest_v2>
</soapenv:Body>
</soapenv:Envelope>
EXAMPLE OF API RESPONSE:
<env:Envelope
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
<env:Header/>
<env:Body>
<ns2:QuerySubscriptionPackagesResponse_v2 ⇒
xmlns:ns2="http://api.dcp.ericsson.net/SubscriptionManagement">
<subscriptionPackages>
<subscriptionPackageName>C1P5_subtype_0</subscriptionPackageName>
<serviceContract>C1P5_OPA_1</serviceContract>
</subscriptionPackages>
<subscriptionPackages>
<subscriptionPackageName>C1P5_subtype_3</subscriptionPackageName>
<serviceContract>C1P5__1</serviceContract>
<triggerPackageNo>1000266</triggerPackageNo>
</subscriptionPackages>
</ns2:QuerySubscriptionPackagesResponse_v2>
</env:Body>
</env:Envelope>