Promotions

Create a promotion

post/rewards_programs/{id}/promotions

Path parameters

idstring required

The ID of the rewards program

Request body

namestring required

The name of the promotion

start_timestring required

The start time of the promotion

end_timestring required

The end time of the promotion

descriptionstring required

The description of the promotion

{"stackTrail":"paths:/rewards_programs/{id}/promotions:post:requestBody:content:application/json:schema:properties:image","oasType":"schema","type":"unknown","description":"The cover image of the promotion used to display on the rewards program"}

Response

The created Promotion object

idstring required

The ID of the promotion

namestring required

Name of the promotion

start_timestring required

Start time of the promotion

end_timestring required

End time of the promotion

points_multiplierinteger required

Multiplier applied to earned points

descriptionstring required

Description of the promotion

image_urlstring nullable required

URL of the promotion image

Changes