import_del_calibration
This method allows deleting:
- Data of a calibration;
To insert each of these items, it is necessary to follow the standard documented below.
Java class | |
---|---|
Request | web\wwwroot\ws\java\maintenance\Import_del_calibrationRequestType.java |
Return | web\wwwroot\ws\java\maintenance\Import_del_calibrationResponseType.java |
Request:
ID # | Required | Description |
---|---|---|
NRCERTIFICATE | X | Certificate # |
Request structure:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:maintenance">
<soapenv:Header/>
<soapenv:Body>
<urn:import_del_calibration>
<urn:nrcertificate>?</urn:nrcertificate>
</urn:import_del_calibration>
</soapenv:Body>
</soapenv:Envelope>
Return:
ID # | Description |
---|---|
return | SUCCESS: 1. FAILURE: Returns a message regarding the error that occurred |