Response body schema for POST v1/promotions/{campaignId}/stacks
.
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] |