deleteCopyStation
This method allows deleting a copy station:
| Java class | |
|---|---|
| Request | web/wwwroot/ws/java/document/DeleteCopyStationRequestType.java |
| Return | web/wwwroot/ws/java/document/DeleteCopyStationResponseType.java |
Request:
| ID # | Required | Description |
|---|---|---|
| IDCOPYSTATION | X | Copy station ID #. |
Request structure:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:document">
<soapenv:Header/>
<soapenv:Body>
<urn:deleteCopyStation>
<urn:CopyStationID>?</urn:CopyStationID>
</urn:deleteCopyStation>
</soapenv:Body>
</soapenv:Envelope>
Return:
| ID # | Description |
|---|---|
| Status | SUCCESS: In case of success FAILURE: In case of failure |
| Code | Returns the execution code: 1 - Operation successfully performed; -1 - Required field; -2 - Copy station ID # not found; -3 - Cannot perform this action. There are stations with copies being used. |
| Detail | Message detailing the error or success in the execution of the method. |