Response body schema for POST v1/promotions/{campaignId}/stacks.
| Name | Type | Description | Notes |
|---|---|---|---|
| Name | string | Promotion stack name. | [optional] |
| Tiers | PromotionsStacksCreateResponseBodyTiers | [optional] | |
| Id | string | Unique promotion stack ID. | [optional] |
| CreatedAt | DateTimeOffset? | Timestamp representing the date and time when the promotion stack was created. The value is shown in the ISO 8601 format. | [optional] |
| CampaignId | string | Promotion stack's parent campaign's unique ID. | [optional] |
| Object | string | The type of the object represented by JSON. | [optional] |
| CategoryId | string | Promotion stack category ID. | [optional] |
| Categories | List<PromotionStackBase> | Details about the category assigned to the promotion stack. | [optional] |