Skip to main content
Version: 2.2.1

newCaptureInstance

This method allows starting batch document verification workflows. To use it, it is necessary to follow the standard documented below:

Java class
Requestweb\wwwroot\ws\java\document\NewCaptureInstanceRequestType.java
Returnweb\wwwroot\ws\java\document\NewCaptureInstanceResponseType.java

Request:

ID #RequiredDescription
PROCESSIDXProcess ID #.
WORKFLOWTITLEXWorkflow title.
DOCUMENTBATCHIDXBatch document ID #.
USERIDUser ID.
CAPTBATCHIDXBatch ID #

Request structure:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:document">
<soapenv:Header/>
<soapenv:Body>
<urn:newCaptureInstance>
<!--You may enter the following 5 items in any order-->
<urn:processid>?</urn:processid>
<urn:workflowtitle>?</urn:workflowtitle>
<urn:documentbatchid>?</urn:documentbatchid>
<urn:userid>?</urn:userid>
<urn:captbatchid>?</urn:captbatchid>
</urn:newCaptureInstance>
</soapenv:Body>
</soapenv:Envelope>

Return:

ID #Description
StatusMethod execution status. Its value may be:
SUCCESS: Method executed successfully.
FAILURE: An error occurred during the method execution.
CodeMethod return code.
DetailMethod return detail.
RecordKeyCode of the record added by the method.
RecordIDID # of the record added by the method.