Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.3 KB

File metadata and controls

17 lines (13 loc) · 1.3 KB

Voucherify.Model.TemplatesCampaignsUpdateResponseBody

Request body schema for PUT /templates/campaign/{campaignTemplateId}.

Properties

Name Type Description Notes
Id string Unique identifier of the campaign template. It is assigned by Voucherify. [optional]
Name string User-defined name of the campaign template. [optional]
Description string User-defined description of the campaign template. [optional]
CampaignType string Type of the campaign used to create the campaign template. Templates created from a promotion tier are converted to `DISCOUNT_COUPONS`. [optional]
CreatedAt DateTimeOffset? Timestamp representing the date and time when the campaign template was created. The value is shown in the ISO 8601 format. [optional]
Object string The type of the object represented by JSON. [optional]
UpdatedAt DateTimeOffset? Timestamp representing the date and time when the campaign template was last updated. The value is shown in the ISO 8601 format. [optional]

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