Dev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideGitHubNuGetDev CommunitySubmit a ticketLog In
GitHubNuGetDev CommunitySubmit a ticket

create

Creates a new coupon block in Optimizely Campaign.

Type: long

Parameters

NameTypeValue
sessionIdStringID of the current session
couponSourceStringType of the coupon block:
- static – Contains static coupon codes. These must be added manually (see add or addAll).
- generated – Coupon codes are automatically generated when sending the mailing and are unique.
- ean13barcode – Bar code blocks convert a 13-digit code number into a machine-readable bar code and insert it as a graphic into a mailing.
NameStringName of the coupon block

Return values

The ID of the newly created coupon block

Code structure

long create(String sessionId, String couponSource, String name)