Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 1.17 KB

TemplatesCampaignsCreateTemplateResponseBody.md

File metadata and controls

36 lines (20 loc) · 1.17 KB

TemplatesCampaignsCreateTemplateResponseBody

Response body schema for POST /v1/templates/campaigns.

Properties

Name Type Description
id String Unique identifier of the campaign template. It is assigned by Voucherify.
name String User-defined name of the campaign template.
description String User-defined description of the campaign template.
campaignType CampaignTypeEnum Type of the campaign used to create the campaign template. Templates created from a promotion tier are converted to `DISCOUNT_COUPONS`.
createdAt OffsetDateTime Timestamp representing the date and time when the campaign template was created. The value is shown in the ISO 8601 format.
_object ObjectEnum The type of the object represented by JSON.

Enum: CampaignTypeEnum

Name Value
DISCOUNT_COUPONS "DISCOUNT_COUPONS"
GIFT_VOUCHERS "GIFT_VOUCHERS"

Enum: ObjectEnum

Name Value
CAMPAIGN_TEMPLATE "campaign_template"