curl --location --request GET 'https://hotelmapping.vervotech.com/api/3.0/ProviderMappings/GetMappingsWithContentByProviderHotelId?providerHotelId&providerName' \
--header 'accountId: DemoAccount' \
--header 'apikey: 056ec4c3-be6b-4c36-a4cc-a403ce9592a1'
{
"Mappings": [
{
"VervotechId": 39616423,
"ProviderHotelId": "OT000047524",
"ProviderName": "24x7Rooms",
"ChannelIds": [
"Priceline,CUG"
],
"ProviderLocationCode": "string",
"Type": "New"
}
],
"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",
"Images": [
{
"Caption": "sunset",
"Category": "sunset",
"RoomId": "R2127",
"Links": [
{
"Size": "Unknown",
"Href": "string",
"ProviderHref": "http://heroimage.png"
}
]
}
],
"ChainName": "Taj Hotels",
"BrandName": "Taj",
"Facilities": [
{
"id": "1",
"name": "WiFi",
"masterFacilityId": "1"
}
],
"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"
}
],
"Rooms": [
{
"RoomId": "R123",
"Type": "Deluxe",
"Category": "Suite",
"Occupancy": "Triple",
"BedroomCount": 2,
"Description": "Premium Deluxe",
"Facilities": [
{
"id": "1",
"name": "WiFi",
"masterFacilityId": "1"
}
],
"Beds": [
{
"type": "King",
"count": 1
}
],
"Area": {
"SquareMeters": "600m",
"SquareFeet": "850 feet",
"Text": ""
},
"Views": [
"string"
],
"MaxGuestAllowed": 0,
"MaxAdultAllowed": 0,
"MaxChildrenAllowed": 0
}
],
"Tags": [
"Business property"
]
}
],
"Status": true,
"Message": "Success",
"StatusCode": 2000
}