---
title: "Set NoShow Status"
method: PUT
path: "/consumer/v1/appointments/{id}/noshow"
tags: ["Appointments"]
---

# Set NoShow Status

`PUT /consumer/v1/appointments/{id}/noshow`

Use this endpoint to change the status of an appointment from "BK", Booked to **"NS", NoShow**. This gives API consumers a way to internally track No Show appointments. It provides no added functionality in OnSched.

For more information: [Appointment Overview](https://onsched.readme.io/docs/appointments-overview)

## Path parameters

- `id` integer, required

## Request body

- AppointmentNoShowModel

## Response `200`

Success

---

[API](https://skmtc.net/onsched/apis/onsched-consumer-api.md) · [All operations](https://skmtc.net/onsched/apis/onsched-consumer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onsched/onsched-consumer-api/versions/1cd2a28a0305/schema)
