Luma · Example Payload

V1_Events_Ticket Types_Create_Post_Request

string

EventsEvent ManagementTicketingCommunityCalendarsGuestsAttendance

V1_Events_Ticket Types_Create_Post_Request is an example object payload from Luma, with 13 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

event_idnamerequire_approvalis_hiddendescriptionvalid_start_atvalid_end_atmax_capacitytypecentscurrencyis_flexiblemin_cents

Example Payload

Raw ↑
{
  "event_id": "string",
  "name": "string",
  "require_approval": true,
  "is_hidden": true,
  "description": "string",
  "valid_start_at": "string",
  "valid_end_at": "string",
  "max_capacity": 0,
  "type": "free",
  "cents": 0,
  "currency": "string",
  "is_flexible": true,
  "min_cents": 0
}