---
title: "Sets the check-in time for a booking."
method: PUT
path: "/v1/reservation/booking/{id}/checkin"
tags: ["Reservations"]
---

# Sets the check-in time for a booking.

`PUT /v1/reservation/booking/{id}/checkin`

Sets the check-in time for a booking.

## Path parameters

- `id` integer, required

## Request body

- LodgifyApiPublicReservationsModelsV1BookingCheckInDto — Represents the check-in details for a booking.
  - `time` string, date-span, required — The time of check-in, expressed in the property's local timezone. Expected 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/versions/ddf40757d411/schema)
