Name | Type | Description | Notes |
---|---|---|---|
name | string | Campaign name. | [optional] |
description | string | An optional field to keep any extra textual information about the campaign such as a campaign description and details. | [optional] |
type | string | Defines whether the campaign can be updated with new vouchers after campaign creation. - `AUTO_UPDATE`: By choosing the auto update option you will create a campaign that can be enhanced by new vouchers after the time of creation (e.g. by publish vouchers method). - `STATIC`: vouchers need to be manually published. | [optional] |
join_once | bool | If this value is set to `true`, customers will be able to join the campaign only once. | [optional] |
auto_join | bool | Indicates whether customers will be able to auto-join a loyalty campaign if any earning rule is fulfilled. | [optional] |
use_voucher_metadata_schema | bool | Flag indicating whether the campaign is to use the voucher's metadata schema instead of the campaign metadata schema. | [optional] |
vouchers_count | int | Total number of unique vouchers in campaign (size of campaign). | [optional] |
start_date | \DateTime | Activation timestamp defines when the campaign starts to be active in ISO 8601 format. Campaign is inactive before this date. | [optional] |
expiration_date | \DateTime | Expiration timestamp defines when the campaign expires in ISO 8601 format. Campaign is inactive after this date. | [optional] |
validity_timeframe | \OpenAPI\Client\Model\ValidityTimeframe | [optional] | |
validity_day_of_week | int[] | Integer array corresponding to the particular days of the week in which the voucher is valid. - `0` Sunday - `1` Monday - `2` Tuesday - `3` Wednesday - `4` Thursday - `5` Friday - `6` Saturday | [optional] |
validity_hours | \OpenAPI\Client\Model\ValidityHours | [optional] | |
activity_duration_after_publishing | string | Defines the amount of time the vouchers will be active after publishing. The value is shown in the ISO 8601 format. For example, a voucher with the value of P24D will be valid for a duration of 24 days. | [optional] |
validation_rules | string[] | Array containing the ID of the validation rule associated with the promotion tier. | [optional] |
category_id | string | Unique category ID that this campaign belongs to. Either pass this parameter OR the `category`. | [optional] |
category | string | The category assigned to the campaign. Either pass this parameter OR the `category_id`. | [optional] |
metadata | object | [optional] | |
campaign_type | string | [optional] | |
voucher | \OpenAPI\Client\Model\CampaignsCreateRequestBodyVoucher | [optional] | |
referral_program | \OpenAPI\Client\Model\ReferralProgram | [optional] | |
promotion | \OpenAPI\Client\Model\CampaignsCreateRequestBodyPromotion | [optional] | |
lucky_draw | \OpenAPI\Client\Model\LuckyDraw | [optional] |
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.