Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.36 KB

PromotionsStacksUpdateResponseBody.md

File metadata and controls

21 lines (15 loc) · 1.36 KB

PromotionsStacksUpdateResponseBody

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

Properties

Name Type Description Notes
name str Promotion stack name. [optional]
tiers PromotionsStacksUpdateResponseBodyTiers [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]
updated_at datetime Timestamp representing the date and time when the promotion stack was updated. 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]