Sample Json
https://hotel.srdvtest.com/v8/rest/Search
Search Request JSON
{ "ClientId": "********", "UserName": "********", "Password": "********", "EndUserIp": "1.1.1.1", "BookingMode": "5", "CheckInDate": "2024-02-27", "NoOfNights": "1", "CityId": "699261", "CountryCode": "", "GuestNationality": "IN", "PreferredCurrency": "INR", "NoOfRooms": "1", "RoomGuests": [ { "NoOfAdults": "1", "NoOfChild": "0", "ChildAge": [] } ], "MinRating": "0", "MaxRating": "5", "IsNearBySearchAllowed": false }
Search Response JSON
{ "Error": { "ErrorCode": 0, "ErrorMessage": "" }, "TraceId": 12263, "SrdvType": "MixAPI", "CityId": "699261", "Remarks": "", "CheckInDate": "2024-02-27", "CheckOutDate": "2024-02-28", "PreferredCurrency": "INR", "NoOfRooms": [ { "NoOfAdults": "1", "NoOfChild": "0", "ChildAge": [] } ], "Results": [ { "SrdvIndex": "15", "ResultIndex": "hsid5519162250-15079424", "OfferedFare": 371.8, "HotelCode": "hsid5519162250-15079424", "HotelName": "New Shahana - Hostel", "HotelCategory": "HOSTEL", "StarRating": 1, "HotelDescription": "", "HotelPromotion": "", "HotelPolicy": "", "HotelPicture": "https://i.travelapi.com/hotels/5000000/4930000/4928500/4928439/97828736_b.jpg", "HotelAddress": "Shop no.5, Marol Maroshi Road", "City": "Mumbai", "State": "Maharashtra", "PinCode": "400059", "Country": "India", "HotelContactNo": "", "HotelMap": "", "Latitude": "19.1176", "Longitude": "72.88012", "HotelLocation": "", "SupplierPrice": "", "Facilities": [ { "FacilitiesNames": [ "ROOM ONLY" ], "RoomPrice": 371.8 } ], "Rooms": [ { "Cateogry": "Shared Dormitory, Men only" } ], "Price": { "CurrencyCode": "INR", "RoomPrice": 371.8, "Tax": 0, "ExtraGuestCharge": 0, "ChildCharge": 0, "OtherCharges": 0, "Discount": 0, "PublishedPrice": 371.8, "PublishedPriceRoundedOff": 371.8, "OfferedPrice": 371.8, "OfferedPriceRoundedOff": 371.8, "ServiceTax": 0, "TDS": 0, "ServiceCharge": 0, "TotalGSTAmount": 0, "GST": { "CGSTAmount": 0, "CGSTRate": 0, "CessAmount": 0, "CessRate": 0, "IGSTAmount": 0, "IGSTRate": 0, "SGSTAmount": 0, "SGSTRate": 0, "TaxableAmount": 0 } } }, { "SrdvIndex": "15", "ResultIndex": "hsid5519162250-39874593", "OfferedFare": 73928.64, "HotelCode": "hsid5519162250-39874593", "HotelName": "Radisson Mumbai Goregaon", "HotelCategory": "HOTEL", "StarRating": 4, "HotelDescription": "", "HotelPromotion": "", "HotelPolicy": "", "HotelPicture": "https://i.travelapi.com/hotels/2000000/1870000/1869800/1869791/9e001afa_b.jpg", "HotelAddress": "Junction of S.V. Road & Veer Savarkar", "City": "Mumbai", "State": "Maharashtra", "PinCode": "400062", "Country": "India", "HotelContactNo": "", "HotelMap": "", "Latitude": "19.173315", "Longitude": "72.845276", "HotelLocation": "", "SupplierPrice": "", "Facilities": [ { "FacilitiesNames": [ "ROOM ONLY" ], "RoomPrice": 73928.64 } ], "Rooms": [ { "Cateogry": "Suite, 1 Bedroom" } ], "Price": { "CurrencyCode": "INR", "RoomPrice": 73928.64, "Tax": 0, "ExtraGuestCharge": 0, "ChildCharge": 0, "OtherCharges": 0, "Discount": 0, "PublishedPrice": 73928.64, "PublishedPriceRoundedOff": 73928.64, "OfferedPrice": 73928.64, "OfferedPriceRoundedOff": 73928.64, "ServiceTax": 0, "TDS": 0, "ServiceCharge": 0, "TotalGSTAmount": 0, "GST": { "CGSTAmount": 0, "CGSTRate": 0, "CessAmount": 0, "CessRate": 0, "IGSTAmount": 0, "IGSTRate": 0, "SGSTAmount": 0, "SGSTRate": 0, "TaxableAmount": 0 } } } ] }