Knowledge Center > Developer Documentation
ipm7Config :: ReportDel
ReportDel removes a Report object from ipMonitor.
ReportDel(...); Parameters (c#):
- long[] report_ids
An array of the Report IDs to be deleted.
ReportDel(...); Return (c#):
- bool
ReportDel will return a boolean indicating if all the specified Reports were deleted.
SOAP / HTTP Details (Invoke):
POST /soap/config.asmx HTTP/1.1
Host: youripm7addr
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://schemas.ipmonitor.com/ipm70/ReportDel"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ReportDel xmlns="http://schemas.ipmonitor.com/ipm70/">
<report_ids>
<long>long</long>
<long>long</long>
</report_ids>
</ReportDel>
</soap:Body>
</soap:Envelope>
SOAP / HTTP Details (Return):
HTTP/1.1 200 OK
Content-Type: text/xml
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ReportDelResponse xmlns="http://schemas.ipmonitor.com/ipm70/">
<ReportDelResult>boolean</ReportDelResult>
</ReportDelResponse>
</soap:Body>
</soap:Envelope>
< Back

Last Updated: March 30, 2004 | What did you think of this topic?