Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 922 Bytes

PromotionsStacksListResponseBody.md

File metadata and controls

33 lines (17 loc) · 922 Bytes

PromotionsStacksListResponseBody

Response body schema for GET /promotions/stacks and for GET /promotions/{campaignId}/stacks.

Properties

Name Type Description Notes
_object ObjectEnum The type of the object represented by JSON. This object stores information about promotion stacks in a dictionary.
dataRef DataRefEnum Identifies the name of the attribute that contains the array of promotion stack objects.
data List<PromotionStack> Contains array of promotion stack objects.
total Integer Total number of promotion stacks.

Enum: ObjectEnum

Name Value
LIST "list"

Enum: DataRefEnum

Name Value
DATA "data"