CreatePublicAppointmentRequest

Request schema for creating an appointment via a public interface.

Request schema for creating an appointment via a public interface.

Example

{  "client_data": {    "email": "john.doe@example.com",    "fields": {      "age": 30    },    "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"}