Vervotech
  1. Curated Content
Vervotech
  • Hotel Mapping
    • Getting Started
    • Access & Onboarding with Vervotech
    • Explore your providers
    • Integration and Go Live
    • Map Providers Content
    • Webhook
    • References
    • FAQ
    • Metadata Content
      • Get Master Hotel Facilities
      • Get Master Hotel Chains
      • Get Master Hotel Brands
      • Get Master Property Types
      • Get All Master Countries
      • Get All Vervotech Ids
    • Mappings
      • Get Mappings
      • Get New Mappings
      • Get Updated Mappings
      • Get Deleted Mappings
      • Get Mapping Statistics
      • Export Mappings File
      • Get Hotel count for new, updated and deleted.
      • Get Provider Hotel Mappings by ProviderId
      • Get Provider Hotel Mappings By VervotechId
    • Curated Content
      • Get Curated Content By Provider Hotel Ids
        POST
      • Get Curated Content By Vervotech Ids
        POST
    • Provider Content
      • Get Unmapped Provider Hotels
      • Get Unmapped Provider Hotels V2
      • Create Unmapped Provider Hotels File
      • Get All Provider names
      • Get Provider Content By Provider Hotel Ids
      • Get Provider Content By Vervotech Ids
    • Location Content
      • Get Location By ID
      • Get All Locations
    • Operational APIs
      • Review Mappings of Booked Hotels By File
      • Review Mappings of Booked Hotels
      • Start Mapping By Ftp Folder
      • Get Mappings History By RunId
    • Dynamic Mapping APIs
      • Find Match
    • Dual Mapping APIs
      • Overview
      • Get Mappings by Provider Hotel Id.
      • Get Mappings with content by Provider Hotel Id.
      • Get summary for your dual mapping APIs
  • Room Mapping
    • Getting Started
    • File Based Room Mapping (Offline)
    • References
    • FAQ
    • Mapping API
      • Map Rooms
      • Get Master Room Amenities
      • Get Master Room Attributes
      • Get Provider Names
      • Get All Provider Names
    • Async Room Mapping API
      • Get Async Room Mapping API Response
      • Map Large Rooms Async
  1. Curated Content

Get Curated Content By Vervotech Ids

POST
/content/GetCuratedContentByVervotechIds
This provides curated content of the hotels by combining all the quality data available from all the providers.
Users need to send the Vervotech mapping ids and curated content belonging to those Id's would be given in response.

Request

Header Params

Body Params application/json

Examples

Responses

🟢200OK
application/json
Get Curated Content Response
Body

🟠403Forbidden
🟠404Not Found
🔴500Internal Server Error
🔴503Service Unavailable
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://hotelmapping.vervotech.com/api/3.0/content/GetCuratedContentByVervotechIds' \
--header 'apikey: 056ec4c3-be6b-4c36-a4cc-a403ce9592a1' \
--header 'accountId: DemoAccount' \
--header 'Content-Type: application/json' \
--data-raw '{
    "VervotechIds": [
        121
    ]
}'
Response Response Example
200 - Success
{
    "Status": true,
    "Message": "Success",
    "StatusCode": 2000,
    "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,
            "Website": "NA",
            "Fax": "+1 323 555 1234",
            "PropertyType": "Motel",
            "ChainName": "Taj Hotels",
            "BrandName": "Taj",
            "CityLocationId": "50",
            "MasterCityLocationName": "Berat",
            "GooglePlusCode": "FQ5M+MX",
            "LocationIds": "433,123",
            "Phones": [
                "+1 2323-3433-3433"
            ],
            "Emails": [
                "abc@gmail.com"
            ],
            "Facilities": [
                {
                    "Id": 1,
                    "Name": "Parking",
                    "GroupId": 2
                }
            ],
            "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",
                    "Source": "Location Content Provider",
                    "TrainStation": {
                        "LocationId": 722832,
                        "Code": "SAY",
                        "Name": "Arezzo Pescaiola Station"
                    },
                    "ConnectedLocations": [
                        {
                            "LocationId": 26830,
                            "Code": "VIC",
                            "Name": "Victoriaville"
                        }
                    ],
                    "Airports": [
                        {
                            "LocationId": 10006363,
                            "Code": "NYC",
                            "Name": "NewYork Airport"
                        }
                    ],
                    "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"
                        }
                    ]
                }
            ]
        }
    ]
}
Previous
Get Curated Content By Provider Hotel Ids
Next
Get Unmapped Provider Hotels
Built with