---
title: "Change Reservation Guest Stay Status"
method: PUT
path: "/reservations-v3/guest-stay"
tags: ["Reservations Open Api [Beta]"]
---

# Change Reservation Guest Stay Status

`PUT /reservations-v3/guest-stay`

Change the guest stay status of the reservation

## Request body

- object
  - `reservationId` string, required — Guesty reservation ID
  - `status` 'not_set' | 'checked_in' | 'checked_out' | 'no_show', required — Set the guest stay status. Choose from: “not_set”, “checked_in”, “checked_out”, or “no_show”

## Response `200`

Success

- unknown

## Other responses

- `400` — Returned if required fields are missing or there is a validation error in the request body
- `422` — Returned if required fields are missing or there is a validation error in the request body
- `500` — Indicates server-side error while processing the request

---

[API](https://skmtc.net/guesty/apis/guesty-open-api.md) · [All operations](https://skmtc.net/guesty/apis/guesty-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/guesty/guesty-open-api/versions/7c62644070f2/schema)
