Create Ticket
POST /tickets
You can post a new ticket by providing the following fields:
| Property | Type | Description |
|---|---|---|
ticketTypeId* | string (UUIDv4) | ID of ticket type |
customerId | string (UUIDv4) | ID of customer |
timeSlotId | string (UUIDv4) | A valid time slot reference for the ticket. Ticket Type and Time Slot should either not have location id or the same. Time Slot should have sufficient capacity. |
ticketReservationId | string | ID of a ticket reservation. If provided, the reservation will be consumed and its reserved capacity converted to an issued ticket. The reservation must match the same ticketTypeId and timeSlotId. See Ticket Reservation for more details. |