Skip navigation

API Reference

ChangeCustomerEmailAddress

With this operation, it is possible to add, change, or delete e-mail addresses that receive all trigger notifications. If successful, this request always overwrites the list of subscribed addresses.

IMPORTANT! This SOAP API will be deprecated.

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

— <baseURI>/dcpapi/TriggerPackageManagement?WSDL

EXAMPLE OF API REQUEST:
<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" ⇒
xmlns:trig="http://api.dcp.ericsson.net/TriggerPackageManagement">
<soapenv:Header/>
<soapenv:Body>
<trig:ChangeCustomerEmailAddressRequest>
<customerNo>00000001</customerNo>
<emailAddress>[email protected],[email protected],[email protected]</emailAddress>
</trig:ChangeCustomerEmailAddressRequest>
</soapenv:Body>
</soapenv:Envelope>
EXAMPLE OF API RESPONSE:
<env:Envelope
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
<env:Header/>
<env:Body>
<ns1:ChangeCustomerEmailAddressResponse xsi:nil="1" ⇒
xmlns:ns1="http://api.dcp.ericsson.net/TriggerPackageManagement" ⇒
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</env:Body>
</env:Envelope>