Campaign Manager API

PerformOperations (CM)

This generic method can call all other methods, either one at a time or several at once. The methods called are configured as string variables containing XML that conforms to the schema of the method invoked. This method returns a Message with body containing the serialized output of each operations called. The method signature is:

Message PerformOperations(
   Message msg
);

Method Parameters

Parameters for this method are shown in the following table.

Parameter

Description

Type

Valid Input

msg

A message instance that contains all the information required to execute any method.

Message

Message object with the body containing a qualified XML using the PerformOperations.xsd schema