POST v3/basket/tickets
Add a ticket(s) to the current basket
Request Information
URI Parameters
None.
Body Parameters
Collection of NewTicketName | Description | Type | Additional information |
---|---|---|---|
Instance | string |
None. |
|
Seat | string |
None. |
|
Type | string |
None. |
|
SeatingPlan | string |
None. |
|
TicketType | string |
None. |
|
Attributes | There will be additional properties (custom to each client) with the prefix 'Attribute_' |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json
Sample:
[ { "instance": "sample string 1", "seat": "sample string 2", "type": "sample string 5", "seatingPlan": "sample string 4", "ticketType": "sample string 5", "ticketType_Comment": "Will be removed in a future API release - Use 'Type' instead" }, { "instance": "sample string 1", "seat": "sample string 2", "type": "sample string 5", "seatingPlan": "sample string 4", "ticketType": "sample string 5", "ticketType_Comment": "Will be removed in a future API release - Use 'Type' instead" } ]
text/xml
Sample:
The response/request for text/xml format is no longer supported for this endpoint.
Response Information
Resource Description
Collection of TicketName | Description | Type | Additional information |
---|---|---|---|
Band | Band |
None. |
|
Event | Event |
None. |
|
Instance | Instance |
None. |
|
PlanId | string |
None. |
|
Seat | Seat |
None. |
|
SeatName | string |
None. |
|
PlanName | string |
None. |
|
VoucherRedemptionInfo | VoucherRedemptionInfo |
None. |
|
Type | TicketType |
None. |
|
TicketType | TicketType |
None. |
|
Attributes | There will be additional properties (custom to each client) with the prefix 'Attribute_' |
None. |
|
Delivered | boolean |
None. |
|
Barcode | string |
None. |
|
Offer | Offer |
None. |
|
CustomItems | Collection of CustomItem |
None. |
|
Discount |
The amount this item has been discounted by from any offers. |
decimal number |
None. |
Price |
The nominal price of the item, before any commissions, discounts etc. have been applied. |
decimal number |
None. |
Total |
The total price of the item after any commissions, discounts etc. have been applied. |
decimal number |
None. |
Id | string |
None. |
Response Formats
application/json, text/xml
Sample:
Sample not available.