Ticket Definition Object


Properties
idstringRead-onlyformat GUID

Ticket definition ID.


eventIdstringformat GUIDimmutable

Event ID to which the ticket definition belongs.


revisionstringRead-onlyformat int64

Revision number, which increments by 1 each time the ticket definition is updated. To prevent conflicting changes, the existing revision must be used when updating a ticket definition.


createdDatestringRead-onlyformat date-time

Date and time the ticket definition was created.


updatedDatestringRead-onlyformat date-time

Date and time the ticket definition was updated.


namestringminLength 1maxLength 30

Ticket definition name.


descriptionstringmaxLength 500

Ticket definition description.


policyTextstringmaxLength 1000

Ticket definition policy.


hiddenboolean

Whether this ticket definition is hidden from site visitors and can't be purchased.


limitedbooleanRead-only

Whether the ticket has a limited maximum quantity.


initialLimitintegerformat int32

The maximum number of tickets that can be sold for the event when first defining the event. If a seating map is defined after you created a ticket definition, this property is ignored and actualLimit is used instead.


actualLimitintegerRead-onlyformat int32

The maximum number of tickets that can be sold for the event after adding a seating map to the event. If no seating map is defined, this property is the same as initialLimit.


pricingMethodPricingMethod

Ticket pricing method.


feeTypestring

Type of ticket service fee to collect.


salePeriodSalePeriod

Ticket sale period.


saleStatusstringRead-only

Ticket sale status.


salesDetailsSalesDetails

Ticket sales information.

Note: This field is only returned when "SALES_DETAILS" is specified in field in the request.


limitPerCheckoutintegerRead-onlyminimum 0maximum 50format int32

Number of tickets that can be purchased per checkout.

Note: If the actualLimit or salesDetails.unsoldCount field value is smaller than limitPerCheckout, then it overrides this field.


extendedFieldsExtendedFields

Data extensions.


eventDetailsEventDetails

Information about the even the ticket is for.
Note: This field is only returned when "EVENT_DETAILS" is specified in field in the request.

Did this help?