API Reference
RequestCustomerLabelChange
With this operation, it is possible to request changing a customer label. The request returns a registered serviceRequestId meaning that the actual change can occur at a later time.
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:RequestCustomerLabelChange>
<customerLabel>CustomerLabel</customerLabel>
<resource>
<id>123456789123456</id>
<type>msisdn</type>
</resource>
<range>1</range>
</sub:RequestCustomerLabelChange>
</soapenv:Body>
</soapenv:Envelope>
EXAMPLE OF API RESPONSE:
<env:Envelope
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
<env:Header/>
<env:Body>
<ns2:RequestCustomerLabelChangeResponse ⇒
xmlns:ns2="http://api.dcp.ericsson.net/SubscriptionManagement">
<serviceRequestId>REQ000000004741</serviceRequestId>
</ns2:RequestCustomerLabelChangeResponse>
</env:Body>
</env:Envelope>