Skip to main content

What it does

Adds a new batch to a project and allows you to specify the owner of the batch (a user or group).

Definition

int AddNewBatch( int sessionId, int projectId, Batch batch, int ownerId);

Parameters

NameTypeDescription
sessionIdintThe ID of the connection to the Application Server
projectIdintThe ID of the project to which a batch is to be added
batchBatchThe parameters of the batch to be added
ownerIdintThe ID of the user or group who owns the project

Returned value

TypeDescription
intThe ID of the created batch