Admission Resources
An admission is a single ticket to an event on a particular event date. Admissions can colloquially be called tickets, although so can ticket types, and admissions and ticket types are definitely not the same. More exactly, the combination of an event date and a venue section creates an allocation, and an admission is an item from an allocation which has been sold. Admissions are contained in reservations and sales.
Admission Summary
- Description
- Gets a summary of the admission
- Method
- GET
- URL
- https://api.iwannaticket.com.au/api/v2/admission/{id}
Output
Name | Type | Description |
---|---|---|
id | Number | The id of the Admission |
lastName | String | The unique identifier of this Admission |
modified | Date | The last modified date |
ticketType | Ref | The ticket type of this Admission |
price | Currency | The associate price for this Admission |
fee | Currency | The associated fee for this Admission |
reservationStatus | ReservationStatus | The reservation status of this Admission |
customer | Customer | The customer that owns this admission (may not exist) |
timeAdmitted | Date | The time this Admission was admitted. For multi entry tickets null until it is completely admitted and then returns the last time it was scanned. |
entryToken | String | Any discount code entered for this sale. Could be a discount code, booking code, credit note or similar value. |
admissionKey | String | The associated Allocatable key. |
data | Map | The admissions customer data. |
Admission Data
- Description
- Update Admission Data
- Method
- PUT
- URL
- https://api.iwannaticket.com.au/api/v2/admission/{id}/data
Input
JSON Map of payee data.
Example:
- FIRST_NAME (String)
- LAST_NAME (String)
- etc