Skip to main content
Version: 2.2.2

deleteCopyStation

This method allows deleting a copy station:

Java class
Requestweb/wwwroot/ws/java/document/DeleteCopyStationRequestType.java
Returnweb/wwwroot/ws/java/document/DeleteCopyStationResponseType.java

Request:

ID #RequiredDescription
IDCOPYSTATIONXCopy 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
StatusSUCCESS: In case of success
FAILURE: In case of failure
CodeReturns 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.
DetailMessage detailing the error or success in the execution of the method.