Skip to main content
Version: 2.2.2

deleteRespCopyStation

This method allows deleting responsible parties from the copy station list:

Java class
Requestweb/wwwroot/ws/java/document/DeleteRespCopyStationRequestType.java
Returnweb/wwwroot/ws/java/document/DeleteRespCopyStationResponseType.java

Request:

ID #RequiredDescription
IDCOPYSTATIONXCopy station ID #.
IDUSERXUser ID.

Request structure:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:document">
<soapenv:Header/>
<soapenv:Body>
<urn:deleteRespCopyStation>
<!--You may enter the following 2 items in any order-->
<urn:CopyStationID>?</urn:CopyStationID>
<urn:UserID>?</urn:UserID>
</urn:deleteRespCopyStation>
</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 - Invalid user ID!;
-4 - There is no such party responsible for the copy station;
-5 - Not possible to delete default responsibility.
DetailMessage detailing the error or success in the execution of the method.