v1
latestOpenAPI 3.1.02026-07-24700152.8 KBRetrieve reservation
get/reservation/external-id/{id}
Path parameters
idstring required
Reservation ID from external system
Query parameters
allow_multipleboolean
If the external id is used on multiple Breezeway reservations, allow returning the collection
Response
200
Example response
{
"checkin_date": "2021-06-17",
"checkin_time": "15:00:00",
"checkout_date": "2021-06-18",
"checkout_time": "10:00:00",
"id": 10136911,
"property_id": 8542,
"reference_external_property_id": "peyto_home",
"reference_property_id": "peyto_home",
"reference_reservation_id": "june-17-peyto-home-1",
"status": "active",
"type_guest": {
"code": "owner",
"name": "Owner"
},
"type_reservation": {
"code": "booking",
"name": "Booking"
},
"type_stay": {
"code": "owner",
"name": "Owner"
}
}