POST v3/basket/ticket-subscriptions

Add a number of ticket subscriptions to the current basket

Request Information

URI Parameters

None.

Body Parameters

Collection of NewTicketSubscription
NameDescriptionTypeAdditional information
PricingSetId

string

None.

Quantity

integer

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json

Sample:
[
  {
    "pricingSetId": "sample string 1",
    "quantity": 2
  },
  {
    "pricingSetId": "sample string 1",
    "quantity": 2
  }
]

text/xml

Sample:

The response/request for text/xml format is no longer supported for this endpoint.

Response Information

Resource Description

Collection of TicketSubscription
NameDescriptionTypeAdditional information
Id

string

None.

TicketSubscriptionStructureName

string

None.

PricingSetName

string

None.

Price

decimal number

None.

Response Formats

application/json, text/xml

Sample:

Sample not available.