API Reference

QueryCustomerEmailAddress

With this operation, it is possible to query the e-mail addresses that are subscribed to trigger notifications.

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:QueryCustomerEmailAddressRequest>
<customerNo>00000001</customerNo>
</trig:QueryCustomerEmailAddressRequest>
</soapenv:Body>
</soapenv:Envelope>
EXAMPLE OF API RESPONSE:
<env:Envelope
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
<env:Header/>
<env:Body>
<ns2:QueryCustomerEmailAddressResponse
xmlns:ns2="http://api.dcp.ericsson.net/TriggerPackageManagement">
<emailAddress>[email protected],[email protected],[email protected]</emailAddress>
</ns2:QueryCustomerEmailAddressResponse>
</env:Body>
</env:Envelope>