Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.19 KB

PromotionsStacksCreateResponseBody.md

File metadata and controls

20 lines (14 loc) · 1.19 KB

PromotionsStacksCreateResponseBody

Response body schema for POST v1/promotions/{campaignId}/stacks.

Properties

Name Type Description Notes
name str Promotion stack name. [optional]
tiers PromotionsStacksCreateResponseBodyTiers [optional]
id str Unique promotion stack ID. [optional]
created_at datetime Timestamp representing the date and time when the promotion stack was created. The value is shown in the ISO 8601 format. [optional]
campaign_id str Promotion stack's parent campaign's unique ID. [optional]
object str The type of the object represented by JSON. [optional] [default to 'promotion_stack']
category_id str Promotion stack category ID. [optional]
categories List[PromotionStackBase] Details about the category assigned to the promotion stack. [optional]

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