{
"guest": {
"title": "Mr",
"firstName": "Abdullah",
"lastName": "Yahaya",
"phone": "08089885365",
"email": "a.yahaya@valinno.com",
"sex": "Male",
"occupation": "Programmer",
"country": "Nigeria",
"state": "Adamawa",
"address1": "Block 1 Room 4 Elere Police Barrack Oril",
"address2": "Church St",
"city": "Lagos"
},
"reservations": [
{
"roomType": "Deluxe Room",
"bookingRef": "UW6BT3",
"checkInDate": "2025-12-31",
"checkOutDate": "2026-01-01",
"arrivalTime": "12:00",
"purpose": "business",
"quantity": 2,
"rate": 100,
"adultNo": 1,
"childNo": 0,
"additionalReq": "-",
"addedOn": "2001-01-01 00:00:00"
},
{
"roomType": "Royal Suites",
"bookingRef": "UW6BT3",
"checkInDate": "2025-12-31",
"checkOutDate": "2026-01-01",
"arrivalTime": "12:00",
"purpose": "business",
"quantity": 3,
"rate": 100,
"adultNo": 1,
"childNo": 0,
"additionalReq": "-",
"addedOn": "2001-01-01 00:00:00"
},
{
"roomType": "Executive Room",
"bookingRef": "UW6BT3",
"checkInDate": "2025-12-31",
"checkOutDate": "2026-01-01",
"arrivalTime": "12:00",
"purpose": "business",
"quantity": 3,
"rate": 100,
"adultNo": 1,
"childNo": 0,
"additionalReq": "-",
"addedOn": "2001-01-01 00:00:00"
},
{
"roomType": "Executive Room",
"bookingRef": "UW6BT3",
"checkInDate": "2026-01-16",
"checkOutDate": "2026-01-17",
"arrivalTime": "12:00",
"purpose": "business",
"quantity": 1,
"rate": 100,
"adultNo": 1,
"childNo": 0,
"additionalReq": "-",
"addedOn": "2001-01-01 00:00:00"
}
],
"errorCode": 0,
"errorMessage": "Reservation details retrieved successfully."
}