Creating a reservation requires a 3-step process:Documentation Index
Fetch the complete documentation index at: https://docs.aspect.systems/llms.txt
Use this file to discover all available pages before exploring further.
Step 1: Find Division
Use the divisions endpoint to find the division ID you want to reserve for.List Divisions
Get available divisions
Step 2: Find Slots & Offerings
Query available slots and include the rates to see what offerings are available.filter[division_id]- Filter by divisionfilter[date]- Filter by date (YYYY-MM-DD)
include=rates- Returns available offerings/rates per slot
id- The rate ID (used when creating a reservation)offering_type- Eitherticketorbundleoffering_id- The ID of the ticket or bundleoffering_name- Human-readable nameprice- Price in cents
List Slots
Find available time slots
Step 3: Create Reservation
Create the reservation with customer details and entries.rate_id- The rate ID from the slot’s included ratesfirst_name(optional) - Attendee first namelast_name(optional) - Attendee last name
Create Reservation
Create a new reservation