Navigation:  Integration via SOAP web services > Published web services > Capture >

newBatchFile

Previous  Top  Next

This method makes it possible to insert a new file into a capture batch.

 

Java class

Request

web/wwwroot/ws/java/capture/NewBatchFileRequestType.java

Return

web/wwwroot/ws/java/capture/NewBatchFileResponseType.java

 

Request

ID #

Required

Description

BatchID

X

Capture batch ID #

FileName

X

File name

FileContent

X

File content that must be added

 

Return

ID #

Description

Status

FAILURE (in case of failure)

SUCCESS (in case of success)

Code

Error code:

0 - No error (record created successfully);

1 - Required parameter not entered or entered incorrectly;

2 - This user does not have permission for this operation;

3 - Batch not found;

4 - Invalid file type for the capture configuration;

5 - Batch step does not allow adding a new file;

Detail

Message detailing the error or success in the execution of the method

RecordID

Code of created file (in case of success) or empty (in case of failure)