---
title: "Update Reservation Booking Date"
method: PUT
path: "/reservations-v3/{reservationId}/booking-date"
tags: ["Reservations Open Api [Beta]"]
---

# Update Reservation Booking Date

`PUT /reservations-v3/{reservationId}/booking-date`

Update the real-world booking date for a reservation.

## Path parameters

- `reservationId` string, required

## Request body

- object
  - `bookingDate` string, date-time, required — Real-world booking/creation date.

## Response `200`

Booking date updated successfully.

- object
  - `reservationId` string, required
  - `bookingDate` string, date-time, required

## Other responses

- `400` — Validation error failed updating booking date.

---

[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)
