v1

latestOpenAPI 3.0.32026-07-2632131.4 MB
Reservations Open Api [Beta]

Update reservation confirmation code

Update the confirmation code of a reservation

put/reservations-v3/{reservationId}/confirmation-code

Path parameters

reservationIdstring required
Example:5f92cbf10cf217478ba93561

The Guesty reservation ID

Request body

confirmationCodestring

The confirmation code for the reservation, max length is 30 characters

Example request

{
  "confirmationCode": "ABCDE-12345"
}

Response

Reservation Confirmation Code Updated

reservationIdstring required
confirmationCodestring required