Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.79 KB

RevisionVersion.md

File metadata and controls

46 lines (30 loc) · 1.79 KB

TalonOne.RevisionVersion

Properties

Name Type Description Notes
id Number Unique ID for this entity. Not to be confused with the Integration ID, which is set by your integration layer and used in most endpoints.
accountId Number
applicationId Number
campaignId Number
created Date
createdBy Number
revisionId Number
version Number
name String A user-facing name for this campaign. [optional]
startTime Date Timestamp when the campaign will become active. [optional]
endTime Date Timestamp when the campaign will become inactive. [optional]
attributes Object Arbitrary properties associated with this campaign. [optional]
description String A detailed description of the campaign. [optional]
activeRulesetId Number The ID of the ruleset this campaign template will use. [optional]
tags [String] A list of tags for the campaign template. [optional]
couponSettings CodeGeneratorSettings [optional]
referralSettings CodeGeneratorSettings [optional]
limits [LimitConfig] The set of limits that will operate for this campaign version. [optional]
features [String] A list of features for the campaign template. [optional]

Enum: [FeaturesEnum]

  • coupons (value: "coupons")

  • referrals (value: "referrals")

  • loyalty (value: "loyalty")

  • giveaways (value: "giveaways")

  • strikethrough (value: "strikethrough")

  • achievements (value: "achievements")