---
title: "Mark Appointment Outcome"
method: POST
path: "/v1/appointment/{appointment_id}/outcome"
tags: ["Calendar"]
---

# Mark Appointment Outcome

`POST /v1/appointment/{appointment_id}/outcome`

Mark appointment outcome

## Path parameters

- `appointment_id` string, required

## Request body

- MarkAppointmentOutcomeRequest
  - `outcome` 'NoShow' | 'Show', required — An enumeration.
  - `outcome_time` string, date-time, required
  - `unit_ids` string[] — Elise-specific unit IDs
  - `t24_tour_mode` 'MobileApp' | 'Web' — An enumeration.

## Response `200`

Successful Response

- MarkAppointmentOutcomeResult

## 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/165788332e59/schema)
