Vervotech
  1. Mappings
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
      • Get New Mappings
        GET
      • Get Updated Mappings
        GET
      • Get Deleted Mappings
        GET
      • Get Mapping Statistics
        GET
      • Export Mappings File
        GET
      • Get Hotel count for new, updated and deleted.
        GET
      • Get Provider Hotel Mappings by ProviderId
        POST
      • Get Provider Hotel Mappings By VervotechId
        GET
    • Curated Content
      • Get Curated Content By Provider Hotel Ids
      • Get Curated Content By Vervotech Ids
    • 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. Mappings

Get Updated Mappings

GET
/mappings/GetUpdatedMappings
This API returns the mappings for which the provider hotel content is updated on your account after the date which you have passed for lastUpdatedDateTime in the API request.
Generally, when property content is updated from the supplier end at that time mapping is updated. To avoid any inaccurate information being displayed to end user updated mapping api can be used.
For e.g. Fetch updated mappings using lastUpdatedDateTime and then update the property content for respective property ids.
Recommended to use GetMappings api for new and updated mappings.

Request

Query Params

Header Params

Responses

🟢200OK
application/json
OK
Body

🟠403Forbidden
🟠404Not Found
🔴500Internal Server Error
🔴503Service Unavailable
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://hotelmapping.vervotech.com/api/3.0/mappings/GetUpdatedMappings?limit&resumeKey=056ec4c3-be6b-4c36-a4cc-a403ce9592a1&lastUpdateDateTime=2019-04-10T06:30:00Z&providerFamily=EAN' \
--header 'apikey: 056ec4c3-be6b-4c36-a4cc-a403ce9592a1' \
--header 'accountId: DemoAccount' \
--header 'syncId;'
Response Response Example
200 - Example 1
{
    "ResumeKey": "056ec4c3-be6b-4c36-a4cc-a403ce9592a1",
    "Mappings": [
        {
            "VervotechId": 39616423,
            "ProviderHotelId": "OT000047524",
            "ProviderName": "24x7Rooms",
            "ProviderLocationCode": "string",
            "Type": "New",
            "ChannelIds": [
                "Priceline,CUG"
            ]
        }
    ],
    "Status": true,
    "Message": "Success",
    "StatusCode": 2000
}
Previous
Get New Mappings
Next
Get Deleted Mappings
Built with