AddNewBatch
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
Name | Type | Description |
sessionId | int | The ID of the connection to the Application Server |
projectId | int | The ID of the project to which a batch is to be added |
batch | Batch | The parameters of the batch to be added |
ownerId | int | The ID of the user or group who owns the project |
Returned value
Type | Description |
int | The ID of the created batch |
4/12/2024 6:16:01 PM