Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Property

Detail

Type

id

TEvo’s unique ID of this ticket group.

Integer

automated

Indicates if this ticket group is eligible for Order Integration which helps ensure the availability of the ticket group at order creation.

Boolean

available_quantity

This is how many total tickets are available from this ticket group.

Integer

discounted

Indicates if this ticket group is discounted.

Boolean

event

An object containing information about the event.

Object

featured

A boolean property used to indicate if a ticket group is considered to be “featured” based upon rules you provide.

Boolean

format

Indicator of the format of the ticket, which also generally dictates how the tickets will be delivered to your customer. See table below for possible formats.

String

in_hand and in_hand_date

in_hand is a boolean property that indicates if the Seller has the tickets in their possession and can initiate the delivery process now. Since many sports teams announce their schedules before they deliver tickets to their season ticket holders the Sellers may have purchased the tickets but not yet received them from the team. Similarly, tickets for some other events may be sold but not yet delivered.

If in_hand is false then in_hand_date will be the date on which the Seller expects to be able to initiate the delivery process.

Boolean & Date

instant_delivery

A boolean value that indicates whether or not you can expect these tickets to be available to your Client within a few minutes of placing the order. Only Ticket Groups with an expected_delivery_type of FILE_DOWNLOAD can be Instant Delivery.

Boolean

owned

Indicates if the ticket group belongs to any of the offices of the same Brokerage that is making the API request

Boolean

public_notes

These notes should be displayed to the Client before purchasing and may include important details that may influence the buying decision.

String|null

quantity

This is how many total tickets are available from this ticket group.

Integer

retail_price

This is wholesale_price with any inventory rules (Mark Up or Mark Down) applied. you You are not required to charge your customer this amount. If you wish to handle retail price calculation on your side you may.

Float

section

Indicates where seats are located.
Tickets without assigned locations are usually labeled as "GA or "General Admission" or "Gen Adm".
Tickets that have no actual seat are usually labeled as "SRO" or "Standing Room Only"

String

row

String

signature

Used at order creation to ensure the wholesale_price of the ticket has not increased during the checkout process.

String

splits

An array of the quantities that may be purchased from this ticket group. Orders for quantities that are not in this array may be rejected. If you are building a <select> element for the user to choose the quantity they wish to buy you should populate the <option>s with these values.

Array

type

Either event or parking to indicate which type of ticket this is. parking tickets do not include admission to the event but are great add-on item to suggest to a visitor purchasing event tickets

String

view_type

One of: Full, Obstructed, Possibly Obstructed, or Partially Obstructed

String

wheelchair

A boolean property used to indicate if the tickets are marked as intended to be used by wheelchair or otherwise handicapped patrons.

Boolean

wholesale_price

This is your cost for each ticket from this ticket group. When you submit an order the price you submit must be at least this much or the order will error. If you need to sell tickets below your cost you should use the discount parameter when placing your order.

Tax may be added to the amount you are charged for the tickets you purchase. See Tax Quotes / Create for how to see how much tax will be collected.

Float

eticket

Indicates if the tickets are in an electronic format such as PDF or a QR Code. You should rely on format instead of eticket to know what type of ticket this is.

Boolean

...