PATCH v3/basket/tickets/{ticketId}

Update the detail of a specific ticket in the current basket

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ticketId

string

Required

Body Parameters

TicketPatch
NameDescriptionTypeAdditional information
Type

string

None.

Attributes

There will be additional properties (custom to each client) with the prefix 'Attribute_'

None.

TicketType

string

None.

OverriddenPrice

decimal number

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json

Sample:
{
  "type": "sample string 3",
  "ticketType": "sample string 3",
  "ticketType_Comment": "Will be removed in a future API release - Use 'Type' instead"
}

text/xml

Sample:
<TicketPatch>
  <Type>sample string 3</Type>
  <TicketType>sample string 3</TicketType>
  <TicketType_Comment>Will be removed in a future API release - Use 'Type' instead</TicketType_Comment>
</TicketPatch>

Response Information

Resource Description

Ticket
NameDescriptionTypeAdditional information
AgentDiscount

The Agent Discount for this ticket.

decimal number

None.

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.

OriginalPrice

The original price of the item, before it was overridden.

decimal number

None.

Price

The nominal price of the item, before any commissions, discounts etc. have been applied.

decimal number

None.

PriceOverridden

If true, the nominal price of the item (before commissions, discounts etc.) has been overridden. Price contains the overridden price; OriginalPrice contains the price before it was overridden

boolean

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.