curl --location --request POST 'https://hotelmapping.vervotech.com/api/3.0/content/GetCuratedContentByProvider' \
--header 'apikey: 056ec4c3-be6b-4c36-a4cc-a403ce9592a1' \
--header 'accountId: DemoAccount' \
--header 'Content-Type: application/json' \
--data-raw '{
"ProviderHotelIdentifiers": [
{
"ProviderHotelId": "34536",
"ProviderFamily": "EAN"
}
]
}'
{
"CuratedHotels": [
{
"VervotechId": 16042757,
"Name": "Imperial Motel",
"Rating": "3",
"AddressLine1": "West Flagler Street Miami, West Flagler Street",
"AddressLine2": "from Saint Demetrius Cathedral , CORAL GABLES",
"CityName": "Coral Gables",
"CityCode": "CGB",
"StateName": "Florida",
"StateCode": "121",
"CountryName": "United States of America",
"CountryCode": "US",
"PostalCode": "3880",
"Latitude": 25.771112,
"Longitude": -80.27933,
"Phones": [
"+1 2323-3433-3433"
],
"Website": "NA",
"Emails": [
"abc@gmail.com"
],
"Fax": "+1 323 555 1234",
"PropertyType": "Motel",
"ChainName": "Taj Hotels",
"BrandName": "Taj",
"Facilities": [
{
"Id": 1,
"Name": "Parking",
"GroupId": 2
}
],
"CityLocationId": "50",
"MasterCityLocationName": "Berat",
"GooglePlusCode": "FQ5M+MX",
"LocationIds": "433,123",
"Airports": [
{
"LocationId": 10006363,
"Code": "NYC",
"Name": "NewYork Airport"
}
],
"TrainStations": [
{
"LocationId": 722832,
"Code": "SAY",
"Name": "Arezzo Pescaiola Station"
}
],
"PointOfInterests": [
{
"LocationId": 26834,
"Code": "CLU",
"Name": "Club de Golf Colonial"
}
],
"ConnectedLocations": [
{
"LocationId": 26830,
"Code": "VIC",
"Name": "Victoriaville"
}
],
"Neighbourhoods": [
{
"LocationId": 73,
"Code": "NU",
"Name": "Nuussuaq"
}
],
"Stadiums": [
{
"LocationId": 773,
"Code": "LAD",
"Name": "Ladd-Peebles Stadium"
}
],
"LocationMappings": [
{
"CityLocationId": "50",
"CityLocationName": "Coral Gables",
"ConnectedLocations": [
{
"LocationId": 26830,
"Code": "VIC",
"Name": "Victoriaville"
}
],
"Airports": [
{
"LocationId": 10006363,
"Code": "NYC",
"Name": "NewYork Airport"
}
],
"TrainStation": {
"LocationId": 722832,
"Code": "SAY",
"Name": "Arezzo Pescaiola Station"
},
"PointOfInterests": [
{
"LocationId": 26834,
"Code": "CLU",
"Name": "Club de Golf Colonial"
}
],
"Stadiums": [
{
"LocationId": 773,
"Code": "LAD",
"Name": "Ladd-Peebles Stadium"
}
],
"Neighbourhoods": [
{
"LocationId": 73,
"Code": "NU",
"Name": "Nuussuaq"
}
],
"Source": "Location Content Provider"
}
]
}
],
"Status": true,
"Message": "Success",
"StatusCode": 2000
}