CreateAppointmentRequest
Request schema for creating an appointment
Request schema for creating an appointment
Example
{ "client_data": { "email": "john.doe@example.com", "first_name": "John", "last_name": "Doe", "locale": "en-US", "phone": "+15551234567", "reference_id": "1234567890", "time_zone": "America/New_York" }, "end_at": "2025-03-01T11:00:00-05:00", "service_id": "srv_1234567890", "start_at": "2025-03-01T10:00:00-05:00", "time_zone": "America/New_York", "validate_slot": true}