deleteRespCopyStation
This method allows deleting responsible parties from the copy station list:
| Java class | |
|---|---|
| Request | web/wwwroot/ws/java/document/DeleteRespCopyStationRequestType.java |
| Return | web/wwwroot/ws/java/document/DeleteRespCopyStationResponseType.java |
Request:
| ID # | Required | Description |
|---|---|---|
| IDCOPYSTATION | X | Copy station ID #. |
| IDUSER | X | User 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 |
|---|---|
| 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 - Invalid user ID!; -4 - There is no such party responsible for the copy station; -5 - Not possible to delete default responsibility. |
| Detail | Message detailing the error or success in the execution of the method. |