Skip to main content
Version: 2.2.2

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
Requestweb/wwwroot/ws/java/document/NewCopyStationRespRequestType.java
Returnweb/wwwroot/ws/java/document/NewCopyStationRespResponseType.java

Request:

ID #RequiredDescription
CopyStationIDXCopy station ID #.
UserIDXUser 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
StatusSUCCESS: SUCCESS
FAILURE: FAILURE
CodeDisplayed code:
• 1 - No error (record created successfully);
• -1 - Copy station not found;
• -2 - User not found;
• -3 - Record already associated;
• -4 - Empty required fields.
DetailMessage detailing the error or success in the execution of the method.