Promo Code Configuration
createPromoCodeConfiguration
Create Promo Code Configuration
post/promo-code-configurations
Request body
Example request
{
"promo_code_id": 8273,
"ticket_type_id": 9978
}Response
Success
Example response
{
"created_at": "2021-04-23T08:23:21Z",
"id": 6054,
"promo_code_id": 8273,
"ticket_type_id": 9978,
"updated_at": "2021-04-23T10:25:03Z"
}Changes
No recorded changes to this endpoint across all 3 revisions of this API.