Response body schema for POST /promotions/{campaignId}/stacks
.
Name | Type | Description | Notes |
---|---|---|---|
name | String | Promotion stack name. | |
tiers | PromotionStackBaseTiers | ||
id | String | Unique promotion stack ID. | |
createdAt | OffsetDateTime | Timestamp representing the date and time when the promotion stack was created. The value is shown in the ISO 8601 format. | |
campaignId | String | Promotion stack's parent campaign's unique ID. | |
_object | ObjectEnum | The type of the object represented by JSON. | |
categoryId | String | Promotion stack category ID. | [optional] |
categories | List<PromotionStackBase> | Details about the category assigned to the promotion stack. |
Name | Value |
---|---|
PROMOTION_STACK | "promotion_stack" |