API Reference

QuerySubscriptionChangeBatches

With this operation, it is possible to query the status of a submitted batch request. Batch requests up to two weeks old are returned unless they have been cleared with the RequestSubscriptionChangeBatchClear method.

IMPORTANT! This SOAP API has a REST replacement which we strongly suggest as alternative.
Please use this REST API instead: 

IoT Accelerator REST API

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:QuerySubscriptionChangeBatches>
<customerNo>00000001</customerNo>
<requestType>Package</requestType>
</sub:QuerySubscriptionChangeBatches>
</soapenv:Body>
</soapenv:Envelope>
EXAMPLE OF API RESPONSE:
<env:Envelope
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
<env:Header/>
<env:Body>
<ns2:QuerySubscriptionChangeBatchesResponse ⇒
xmlns:ns2="http://api.dcp.ericsson.net/SubscriptionManagement">
<PendingBatchRow>
<requestId>REQ000000097</requestId>
<requestType>Status</requestType>
<requestStatus>Completed</requestStatus>
<serviceRequestId>REQ000000098</serviceRequestId>
<batchInfo>none</batchInfo>
<validationStatus>Validated</validationStatus>
<detailedValidationStatus>Validated Successfully</detailedValidationStatus>
<batchFile>test.batch</batchFile>
<submitter>[email protected]</submitter>
<submitTime>2014-09-11T00:00:00.000Z</submitTime>
<additionalInfo></additionalInfo>
</PendingBatchRow>
</ns2:QuerySubscriptionChangeBatchesResponse>
</env:Body>
</env:Envelope>