Vervotech
  1. Provider 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 All Vervotech Ids
      • Get Master Hotel Facilities
      • Get Master Hotel Chains
      • Get Master Hotel Brands
      • Get Master Property Types
      • Get All Master Countries
    • Mappings
      • Get Hotel count for new, updated and deleted.
      • Get Mappings
      • Get New Mappings
      • Get Updated Mappings
      • Get Deleted Mappings
      • Get Mapping Statistics
      • Get Provider Hotel Mappings By VervotechId
      • Get Provider Hotel Mappings by ProviderId
      • Export Mappings File
    • Curated Content
      • Get Curated Content By Provider Hotel Ids
      • Get Curated Content By Vervotech Ids
    • Provider Content
      • Get Provider Content By Provider Hotel Ids
        POST
      • Get Provider Content By Vervotech Ids
        POST
      • Get All Provider names
        GET
      • Get Unmapped Provider Hotels
        POST
      • Get Unmapped Provider Hotels V2
        POST
      • Create Unmapped Provider Hotels File
        POST
    • Location Content
      • Get Location By ID
      • Get All Locations
    • Operational APIs
      • Review Mappings of Booked Hotels
      • Review Mappings of Booked Hotels By File
      • 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
      • Map Large Rooms Async
      • Get Async Room Mapping API Response
  1. Provider Content

Get Provider Content By Vervotech Ids

POST
/content/GetProviderContentByVervotechIds
This returns complete hotel details for the requested Vervotech mapping ids.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://hotelmapping.vervotech.com/api/3.0/content/GetProviderContentByVervotechIds' \
--header 'apikey: 056ec4c3-be6b-4c36-a4cc-a403ce9592a1' \
--header 'accountId: DemoAccount' \
--header 'Content-Type: application/json' \
--data-raw '{
    "VervotechIds": [
        16558664
    ],
    "ProviderPreferences": [
        [
            "EAN",
            "Priceline"
        ]
    ],
    "NumberOfProviderContentCopies": 1
}'
Response Response Example
200 - Example 1
{
    "Hotels": [
        {
            "ProviderHotels": [
                {
                    "ProviderHotelId": "3434358",
                    "VervotechId": 16042757,
                    "LanguageCode": "en-US",
                    "Name": "Imperial Motel",
                    "ProviderFamily": "EAN",
                    "Contact": {
                        "Address": {
                            "Line1": "West Flagler Street Miami, West Flagler Street , CORAL GABLES",
                            "Line2": "NA",
                            "City": "Coral Gables",
                            "Code": "12",
                            "DestinationCode": "ABD",
                            "StateCode": "121",
                            "State": "Florida",
                            "PostalCode": "3880",
                            "Country": "United States of America",
                            "CountryCode": "US"
                        },
                        "Phones": [
                            "+1 2323-3433-3433"
                        ],
                        "Fax": "+1 323 555 1234",
                        "Emails": [
                            "abc@gmail.com"
                        ],
                        "Web": "HotelSeaView.com"
                    },
                    "Rating": 2,
                    "Reviews": [
                        {
                            "Rating": 4,
                            "Count": 21243,
                            "RatingImage": null,
                            "Provider": "TripAdvisor",
                            "CategoryRatings": [
                                {
                                    "Category": "cleanliness",
                                    "Rating": 1.5
                                }
                            ],
                            "GuestReviews": [
                                {
                                    "ReviewerName": "Lara",
                                    "Source": "Expedia",
                                    "Title": "Value for money!",
                                    "Text": "Excellent! It was value for money and staff were always ready to be of assistance, great atmosphere!",
                                    "Rating": "5 star",
                                    "TravelCompanion": "friends,family, pet"
                                }
                            ]
                        }
                    ],
                    "GeoCode": {
                        "Lat": 25.771112,
                        "Long": -80.27933
                    },
                    "ProviderGeocodes": {
                        "Lat": 25.771112,
                        "Long": -80.27933
                    },
                    "BrandName": "TAJ",
                    "BrandCode": "T123",
                    "ChainCode": "T123",
                    "ChainName": "C123",
                    "MasterPropertyType": "Hotel",
                    "PropertyType": "Hotel",
                    "Facilities": [
                        {
                            "id": "1",
                            "name": "WiFi",
                            "masterFacilityId": "1"
                        }
                    ],
                    "HeroImage": "http://heroimage.png",
                    "ProviderHeroImageHref": "https://heromimae.com",
                    "Images": [
                        {
                            "Caption": "sunset",
                            "Category": "sunset",
                            "RoomId": "R2127",
                            "Links": [
                                {
                                    "Size": "Unknown",
                                    "Href": "string",
                                    "ProviderHref": "http://heroimage.png"
                                }
                            ]
                        }
                    ],
                    "Descriptions": [
                        {
                            "Type": "amenities",
                            "Text": "Tennis court"
                        }
                    ],
                    "Checkin": {
                        "BeginTime": "09:22:00",
                        "EndTime": "10:22:00",
                        "Instructions": [
                            "No breakfast will be provided after check-in time"
                        ],
                        "SpecialInstructions": [
                            null
                        ],
                        "MinAge": 0
                    },
                    "Checkout": {
                        "Time": "09:22:00"
                    },
                    "Fees": [
                        {
                            "Type": "Mandatory",
                            "Text": "string",
                            "Fees": "39.87",
                            "Frequency": "per night",
                            "Assignment": "per room"
                        }
                    ],
                    "Policies": [
                        {
                            "Text": "no swimming after 8pm",
                            "Title": "swimming time"
                        }
                    ],
                    "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
                        }
                    ],
                    "PointOfInterests": [
                        {
                            "Name": "Gateway",
                            "Type": "monument",
                            "Distance": "10km",
                            "Geocode": null,
                            "Unit": "Km"
                        }
                    ],
                    "MasterChainName": "Mariott",
                    "PopularityScore": 33,
                    "ContentScore": 12,
                    "LicenseNumber": null,
                    "Attributes": [
                        {
                            "Key": "Smoking",
                            "Desc": "Smoking permission",
                            "Value": "No Smoking"
                        }
                    ],
                    "Statistics": [
                        {
                            "Id": 23,
                            "Name": "Missing Name",
                            "Value": 32
                        }
                    ]
                }
            ],
            "VervotechId": 360800
        }
    ],
    "Status": true,
    "Message": "Success",
    "StatusCode": 2000
}

Request

Header Params

Body Params application/json

Examples

Responses

🟢200OK
application/json
OK
Body

🟠403Forbidden
🟠404Record Not Found
🔴500Server Error
🔴503Service Unavailable
Previous
Get Provider Content By Provider Hotel Ids
Next
Get All Provider names
Built with