createStaticOfferList

public WSCreateStaticOfferListResponse createStaticOfferList
(String userCredential, String partitionName, Locale requestedLocale, String name, 
String description,String policyName,WSReference parentFolder,WSReference[] 
listMembers,WSApplicationTypeEnum createdBy,long creatorObjectId)
 throws CampaignServicesException																									

Creates new static offer list.

Parameters

userCredential: the client user credential.

partitionName: optional name of the campaign partition to use.

requestedLocale: optional locale to use for this request.

name: name of folder to create.

description: description for new folder.

securityPolicyName: name of security policy to use.

parentFolder: id of folder where offerlist must be created.

listMembers: references to offers to be included in offerlist.

createdBy: (optional) object of type WSApplicationTypeEnum indicates which application created the folder. Possible values- Campaign/Plan/Collaborate/Deliver. If not provided, Campaign is used.

creatorObjectId: (optional) used by Plan (HCL Plan) to link a folder in Campaign with a folder in Plan.

Returns

Returns object of type WSCreateStaticOfferListResponse

Errors

Throws CampaignServicesException if parentFolder id is invalid or listMembers are invalid.

Throws CampaignServicesException if list name is duplicate.