v1
latestOpenAPI 3.1.02026-07-24700152.8 KBUpdate reservation
When reservation moves from one property to another, the original reservation needs to be deleted and a new one created to properly support internal processes.
patch/reservation/{id}
Path parameters
idinteger required
Reservation ID from Breezeway system
Request body
Response
200
Example response
{
"checkin_date": "2022-08-16",
"checkin_time": "15:00:00",
"checkout_date": "2022-08-18",
"checkout_time": "10:00:00",
"guests": [
{
"emails": [
"john@doe.come"
],
"first_name": "John",
"last_name": "Does",
"phone_numbers": [
{
"dial_code": "1",
"phone_number": "9159969739",
"primary": true
}
]
}
],
"id": 15486276,
"property_id": 8542,
"reference_external_property_id": "peyto_home",
"reference_property_id": "peyto_home",
"reference_reservation_id": "8546225",
"status": "active",
"tags": [
{
"id": 80,
"name": "VIP"
}
],
"type_reservation": {
"code": "hold",
"name": "Hold"
}
}