Skip to main content

Search

POST

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

The search endpoint is used to return a list of hotels suitable for a certain date range and number of people in a given destination.

{
"hotelCodes": ["djuk19kyv9zd"],
"checkIn": "2023-04-18",
"checkOut": "2023-04-21",
"clientNationality": "TR",
"feedId": "1714d37c-2a14-460d-8344-cdff5cf02018",
"rooms": [
{
"adults": 2,
"child": 1,
"childAges": [2]
}
]
}