You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/content_v2_1.promotions.html
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -161,7 +161,15 @@ <h3>Method Details</h3>
161
161
"A String",
162
162
],
163
163
"promotionDisplayDates": "A String", # String representation of the promotion display dates.
164
+
"promotionDisplayTimePeriod": { # A message that represents a time period. # TimePeriod representation of the promotion display dates.
165
+
"endTime": "A String", # The ending timestamp.
166
+
"startTime": "A String", # The starting timestamp.
167
+
},
164
168
"promotionEffectiveDates": "A String", # Required. String representation of the promotion effective dates.
169
+
"promotionEffectiveTimePeriod": { # A message that represents a time period. # Required. TimePeriod representation of the promotion effective dates.
170
+
"endTime": "A String", # The ending timestamp.
171
+
"startTime": "A String", # The starting timestamp.
172
+
},
165
173
"promotionId": "A String", # Required. The user provided promotion id to uniquely identify the promotion.
166
174
"redemptionChannel": [ # Required. Redemption channel for the promotion. At least one channel is required.
167
175
"A String",
@@ -243,7 +251,15 @@ <h3>Method Details</h3>
243
251
"A String",
244
252
],
245
253
"promotionDisplayDates": "A String", # String representation of the promotion display dates.
254
+
"promotionDisplayTimePeriod": { # A message that represents a time period. # TimePeriod representation of the promotion display dates.
255
+
"endTime": "A String", # The ending timestamp.
256
+
"startTime": "A String", # The starting timestamp.
257
+
},
246
258
"promotionEffectiveDates": "A String", # Required. String representation of the promotion effective dates.
259
+
"promotionEffectiveTimePeriod": { # A message that represents a time period. # Required. TimePeriod representation of the promotion effective dates.
260
+
"endTime": "A String", # The ending timestamp.
261
+
"startTime": "A String", # The starting timestamp.
262
+
},
247
263
"promotionId": "A String", # Required. The user provided promotion id to uniquely identify the promotion.
248
264
"redemptionChannel": [ # Required. Redemption channel for the promotion. At least one channel is required.
249
265
"A String",
@@ -333,7 +349,15 @@ <h3>Method Details</h3>
333
349
"A String",
334
350
],
335
351
"promotionDisplayDates": "A String", # String representation of the promotion display dates.
352
+
"promotionDisplayTimePeriod": { # A message that represents a time period. # TimePeriod representation of the promotion display dates.
353
+
"endTime": "A String", # The ending timestamp.
354
+
"startTime": "A String", # The starting timestamp.
355
+
},
336
356
"promotionEffectiveDates": "A String", # Required. String representation of the promotion effective dates.
357
+
"promotionEffectiveTimePeriod": { # A message that represents a time period. # Required. TimePeriod representation of the promotion effective dates.
358
+
"endTime": "A String", # The ending timestamp.
359
+
"startTime": "A String", # The starting timestamp.
360
+
},
337
361
"promotionId": "A String", # Required. The user provided promotion id to uniquely identify the promotion.
338
362
"redemptionChannel": [ # Required. Redemption channel for the promotion. At least one channel is required.
0 commit comments