v1

latestOpenAPI 3.1.02026-07-24700152.8 KB

Retrieve reservation

get/reservation/{id}

Path parameters

idinteger required

Reservation ID from Breezeway system

Response

200

access_codestring
checkin_datestring
{"stackTrail":"paths:/reservation/{id}:get:responses:200:content:application/json:schema:properties:checkin_early","oasType":"schema","type":"unknown"}
checkin_timestring
checkout_datestring
{"stackTrail":"paths:/reservation/{id}:get:responses:200:content:application/json:schema:properties:checkout_late","oasType":"schema","type":"unknown"}
checkout_timestring
guest_codestring
idinteger
{"stackTrail":"paths:/reservation/{id}:get:responses:200:content:application/json:schema:properties:note","oasType":"schema","type":"unknown"}
property_idinteger
reference_external_property_idstring
reference_property_idstring
reference_reservation_idstring
statusstring

Example response

{
  "access_code": "8675309",
  "checkin_date": "2023-05-20",
  "checkin_time": "15:30:00",
  "checkout_date": "2023-05-27",
  "checkout_time": "11:00:00",
  "guest_code": "49 * 456545",
  "guests": [
    {
      "first_name": "Anders And, DK"
    }
  ],
  "id": 15486273,
  "property_id": 8542,
  "reference_external_property_id": "peyto_home",
  "reference_property_id": "peyto_home",
  "reference_reservation_id": "2022-2880112",
  "status": "active",
  "tags": [
    {
      "id": 80,
      "name": "VIP"
    }
  ],
  "type_guest": {
    "code": "guest",
    "name": "Guest"
  },
  "type_reservation": {
    "code": "booking",
    "name": "Booking"
  },
  "type_stay": {
    "code": "guest",
    "name": "Guest"
  }
}