Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.14 KB

File metadata and controls

14 lines (10 loc) · 1.14 KB

Voucherify.Model.TemplatesCampaignsCreateRequestBody

Request body schema for POST /templates/campaign.

Properties

Name Type Description Notes
CampaignId string Unique identifier of the campaign that will create a template. It must be an ID of an existing discount or gift card campaign. It cannot be passed when `promotion_tier_id` has value. Required when the `promotion_tier_id` is not passed or it is `null`. [optional]
PromotionTierId string Unique identifier of the promotion tier that will create a template. It cannot be passed when `campaign_id` has value. Required when the `campaign_id` is not passed or it is `null`. [optional]
Name string User-defined name of the campaign template. It must be unique. [optional]
Description string User-defined description of the campaign template. [optional]

[Back to Model list] [Back to API list] [Back to README]