---
title: "Checkout a booking at the specified time"
method: PUT
path: "/v2/reservations/bookings/{id}/checkout"
tags: ["Reservations"]
---

# Checkout a booking at the specified time

`PUT /v2/reservations/bookings/{id}/checkout`

Checkout a booking at the specified time

## Path parameters

- `id` integer, required

## Request body

- LodgifyApiPublicReservationsModelsV2ReservationsBookingsBookingCheckOutDto — Object used to checkout a booking
  - `time` string, date-span, required — Time of the checkout (in the property's timezone). Use format HH:mm:ss

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

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