List of Bookings
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
https://connect-sandbox.su-api.com/SUAPI/jservice/Bookings{
"Su_hotelid": "JOE",
"date_from": "02-16-2024",
"date_to": "02-16-2024"
}{
"BookingDetails": [
{
"booking_id": "4191611111_JOE",
"Channel_code": "19",
"Booking_date": "2024-02-16 08:30:40",
"checkindate": "2024-02-17",
"checkoutdate": "2024-02-17",
"status": "confirm"
},
{
"booking_id": "4291322222_JOE",
"Channel_code": "19",
"Booking_date": "2024-02-16 08:32:23",
"checkindate": "2024-02-17",
"checkoutdate": "2024-02-17",
"status": "confirm"
},
{
"booking_id": "4058433333_JOE",
"Channel_code": "19",
"Booking_date": "2023-10-16 15:46:49",
"checkindate": "2023-10-17",
"checkoutdate": "2023-10-17",
"status": "confirm"
}
]
}
{
"Error": {
"Code": "400",
"ShortText": "Invalid HotelCode"
},
"Status": "Fail"
}