---
title: "Book Appointment For Prospect"
method: POST
path: "/v1/prospect/{elise_prospect_id}/appointment"
tags: ["Calendar"]
---

# Book Appointment For Prospect

`POST /v1/prospect/{elise_prospect_id}/appointment`

Book an appointment for an existing prospect

## Path parameters

- `elise_prospect_id` string, required

## Request body

- AppointmentRequest
  - `tour_type` 'sgt' | 'guided' | 'virtual', required — An enumeration.
  - `appointment_time` string, date-time, required

## Response `200`

Successful Response

- AppointmentResponse
  - `appointment_id` string, required
  - `tour_type` 'sgt' | 'guided' | 'virtual', required — An enumeration.
  - `appointment_time` string, date-time, required
  - `status` 'confirmed' | 'cancelled', required — An enumeration.

## Other responses

- `401` — Not Authorized for this endpoint
- `404` — Not found
- `422` — Validation Error

---

[API](https://skmtc.net/eliseai/apis/elise-api.md) · [All operations](https://skmtc.net/eliseai/apis/elise-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eliseai/elise-api/revisions/1d7aa14e2cf9/schema)
