Campaign Manager API

AddBatch

This method adds a batch in an existing campaign and returns the ID of the created batch. Its signature is:

string AddBatch(
   string cmServer,
   string campaignID,
   BatchInfo batchInfo,
   UserInfo userInfo
);

Method Parameters

Parameters for this method are shown in the following table.

Parameter

Description

Type

Valid Input

cmServer

The DeltaV node where the Campaign Manager server is located

String

Name of node 

campaignID

Name of the campaign

String

Campaign node

batchInfo

Batch information. If null, campaign recipe information is used

BatchInfo

BatchInfo instance

userInfo

Credentials of the user. Can be null if not required

UserInfo

UserInfo instance or null