Discussions

Ask a Question
Back to all

I tried to do filter by boardBasis but is not geting desired response . is there option to filter by price , grading,hotelType or roomType

{
"channelId": "{{channelId}}",
"currency": "INR",
"culture": "en-US",
"checkIn": "2025-11-15",
"checkOut": "2025-11-16",
"occupancies": [
{
"numOfAdults": 2,
"childAges": []
}
],
"circularRegion": {
"centerLat": {{circularLat}},
"centerLong": {{circularLong}},
"radiusInKm": 30
},
"searchLocationDetails": {
"id": "{{locationId}}",
"name": "{{locationName}}",
"fullName": "{{locationFullName}}",
"type": "{{locationType}}",
"state": "{{locationState}}",
"country": "{{locationCountry}}",
"coordinates": {{locationCoordinates}}
},
"nationality": "US",
"countryOfResidence": "US",
"destinationCountryCode": "US",
"travelPurpose": "Leisure",
"filterBy": {
"boardBasis": {

                "type": "BedAndBreakfast"
            }
        
    
}

}