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

add

Adds a coupon code to a coupon block in Optimizely Campaign.

This method is only valid for static coupon blocks. Existing codes will not be deleted.

Type: boolean

Parameters

NameTypeValue
sessionIdStringID of the current session
blockIdlongID of the coupon block
codeStringThe coupon code you want to add (e.g., 4LFSRKT-4LFSV67-SRTHMR)

Return values

  • true: Coupon code was successfully added
  • false: Coupon code could not be added

Code structure

boolean add(String sessionId, long blockId, String code)

Next