v1
latestOpenAPI 3.1.02026-07-24700152.8 KBCreate/update reservation
post/reservation/external-id/{id}
Path parameters
idstring required
Reservation ID from external system
Request body
Response
201
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"
}
}