menu

GetDestinationSearchStaticData Request (City Wise)

{
"EndUserIp":"192.168.10.26" ,
"TokenId":"ca2ac95a-9d81-4b03-b47b-2b2cee4f24f9",
"CountryCode" :"GB",
"SearchType"  :"1"
}        

GetDestinationSearchStaticData Response (City Wise)

{
  "GetDestinationSearchStaticDataResult":
  {
    "TraceId": "8a213d20-f0a1-4de5-8dbc-16178f3a8b19",
    "TokenId": "92fa12fc-a332-45dd-9d2d-80eb840a5978",
    "Status": 1,
    "Error": {
      "ErrorCode": 0,
      "ErrorMessage": ""
    },
    "Destinations": [
      {
        "CityName": "Bareilly",
        "CountryCode": "IN",
        "CountryName": "India",
        "DestinationId": 111009,
        "StateProvince": "Uttar Pradesh",
        "Type": 1
      },
      {
        "CityName": "Agartala",
        "CountryCode": "IN",
        "CountryName": "India",
        "DestinationId": 100667,
        "StateProvince": "Tripura",
        "Type": 1
      }
   ]
  }
}
    

GetDestinationSearchStaticData Request (Hotel Wise)

{
"EndUserIp":"192.168.10.26" ,
"TokenId":"ca2ac95a-9d81-4b03-b47b-2b2cee4f24f9",
"CountryCode" :"GB",
"SearchType"  :"2"
} 

GetDestinationSearchStaticData Response (Hotel Wise)

{
    "GetDestinationSearchStaticDataResult": 
    {
        "TraceId": "c40d9581-1152-43b7-bbbe-6b9a4be2ad11",
        "TokenId": "92fa12fc-a332-45dd-9d2d-80eb840a5978",
        "Status": 1,
        "Error": {
            "ErrorCode": 0,
            "ErrorMessage": ""
        },
        "Destinations": [
            {
                "CityName": "London",
                "CountryCode": "GB",
                "CountryName": "United Kingdom",
                "DestinationId": 1305290,
                "HotelName": "Hendon Hall",
                "StateProvince": "",
                "Type": 2
            },
            {
                "CityName": "Oakham",
                "CountryCode": "GB",
                "CountryName": "",
                "DestinationId": 1793361,
                "HotelName": "Mill Street Pub & Kitchen",
                "StateProvince": "",
                "Type": 2
            }
     ]
   }
}