createSmartOfferList

public WSCreateSmartOfferListResponse createSmartOfferList
(String userCredential, String partitionName, Locale requestedLocale, 
String name, String description,String policyName,
WSReference parentFolder,WSSmartListInfo offerListInfo,
WSApplicationTypeEnum createdBy,long creatorObjectId)
 throws CampaignServicesException 																																																

新しいスマート・オファー・リストを作成します。

パラメーター

userCredential: クライアント・ユーザー資格情報。

partitionName: 使用するキャンペーン・パーティションの名前 (オプション)。

requestedLocale: この要求で使用するロケール (オプション)。

name: 作成するフォルダーの名前。

description: 新しいフォルダーの説明。

securityPolicyName: 使用するセキュリティー・ポリシーの名前。

parentFolder: オファー・リストが作成されるフォルダーの ID。

offerListInfo: タイプ WSSmartListInfo のオブジェクト。

createdBy: (オプション) 対象フォルダーを作成したアプリケーションを示すタイプ WSApplicationTypeEnum のオブジェクト。可能な値は、キャンペーン/計画/コラボレーション/eMessage です。指定しない場合、「Campaign」が使用されます。

creatorObjectId: (オプション) Plan (IBM Marketing Operations) が IBM Campaign 内のフォルダーを Marketing Operations 内のフォルダーにリンクするために使用します。

リターン

タイプ WSCreateSmartOfferListResponse のオブジェクトを戻します。

エラー

parentFolder ID が無効な場合、または offerListInfo が指定されていない場合、CampaignServicesException をスローします。

リスト名が重複していると、CampaignServicesException をスローします。