API Reference
DeleteInvoices
With this operation, it is possible to delete an invoice file using its invoiceName.
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/ReportDownload?WSDL
EXAMPLE OF API REQUEST:
<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" ⇒
xmlns:rep="http://api.dcp.ericsson.net/reportdownload">
<soapenv:Header/>
<soapenv:Body>
<rep:DeleteInvoices>
<invoiceName>2012-02-23-11-56-00C99000010TINVOICE.pdf</invoiceName>
</rep:DeleteInvoices>
</soapenv:Body>
</soapenv:Envelope>
EXAMPLE OF API RESPONSE:
<env:Envelope
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
<env:Header/>
<env:Body>
<ns2:DeleteInvoicesResponse
xmlns:ns2="http://api.dcp.ericsson.net/reportdownload">
<invoicesStatus>Success</invoicesStatus>
</ns2:DeleteInvoicesResponse>
</env:Body>
</env:Envelope>