API Reference
RequestSubscriptionChangeBatchClear
With this operation, it is possible to clear submitted batch requests so they are no longer returned by the QuerySubscriptionChangeBatches method in future queries.
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/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:RequestSubscriptionChangeBatchClear>
<requestId>REQ000000061</requestId>
</sub:RequestSubscriptionChangeBatchClear>
</soapenv:Body>
</soapenv:Envelope>
EXAMPLE OF API RESPONSE:
Failure
<env:Envelope
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
<env:Header/>
<env:Body>
<env:Fault
xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>
<faultcode
xmlns:codeNS="http://api.dcp.ericsson.net/error">codeNS:ResourceNotFound
</faultcode>
<faultstring>Resource not found</faultstring>
<detail>
<cnx:faultid
xmlns:cnx="http://api.dcp.ericsson.net/error">hlL78RJ3VL
</cnx:faultid>
</detail>
</env:Fault>
</env:Body>
</env:Envelope>
Success
<env:Envelope
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
<env:Header/>
<env:Body>
<ns2:RequestSubscriptionChangeBatchClearResponse ⇒
xmlns:ns2="http://api.dcp.ericsson.net/SubscriptionManagement">
<requestId>REQ000000099</requestId>
</ns2:RequestSubscriptionChangeBatchClearResponse>
</env:Body>
</env:Envelope>