Skip to main content

Room Search

POST

/api/v1/generic-api-service/royal/room/search

The room search endpoint is used to display information about the hotel's available rooms that are listed in the hotels list.

{
"hotelCode": "djuk19kyv9zd",
"checkIn": "2023-04-18",
"checkOut": "2023-04-21",
"clientNationality": "TR",
"feedId": "29d940b4-368a-4ebe-b560-9ad4f512d890",
"rooms": [
{
"adults": 2,
"child": 1,
"childAges": [2]
}
]
}