newCopyStationResp
This method allows adding:
- Party responsible for the copy station.
To insert each of these items, it is necessary to follow the standard documented below.
Java class | |
---|---|
Request | web/wwwroot/ws/java/document/NewCopyStationRespRequestType.java |
Return | web/wwwroot/ws/java/document/NewCopyStationRespResponseType.java |
Request:
ID # | Required | Description |
---|---|---|
CopyStationID | X | Copy station ID #. |
UserID | X | User ID. |
Request structure:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:document">
<soapenv:Header/>
<soapenv:Body>
<urn:newCopyStationResp>
<!--You may enter the following 2 items in any order-->
<urn:CopyStationID>?</urn:CopyStationID>
<urn:UserID>?</urn:UserID>
</urn:newCopyStationResp>
</soapenv:Body>
</soapenv:Envelope>
Return:
ID # | Description |
---|---|
Status | SUCCESS: SUCCESS FAILURE: FAILURE |
Code | Displayed code: • 1 - No error (record created successfully); • -1 - Copy station not found; • -2 - User not found; • -3 - Record already associated; • -4 - Empty required fields. |
Detail | Message detailing the error or success in the execution of the method. |