v1

latestOpenAPI 3.0.02026-08-062903562.2 MB
Promo Code Configuration

createPromoCodeConfiguration

Create Promo Code Configuration

post/promo-code-configurations

Request body

promo_code_idinteger

Primary identifier of associated Promo Code

ticket_type_idinteger

Primary identifier of associated Ticket Type

Example request

{
  "promo_code_id": 8273,
  "ticket_type_id": 9978
}

Response

Success

created_atstring date-time

Date/time of initial record creation

idinteger

Primary identifier of record

promo_code_idinteger

Primary identifier of associated Promo Code

ticket_type_idinteger

Primary identifier of associated Ticket Type

updated_atstring date-time

Date/time of last record update

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"
}