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 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
      • Get Mappings
        GET
      • Get New Mappings
        GET
      • Get Updated Mappings
        GET
      • Get Deleted Mappings
        GET
      • Get Mapping Statistics
        GET
      • Get Provider Hotel Mappings By VervotechId
        GET
      • Get Provider Hotel Mappings by ProviderId
        POST
      • Export Mappings File
        GET
    • Curated Content
      • Get Curated Content By Provider Hotel Ids
      • Get Curated Content By Vervotech Ids
    • Provider Content
      • Get Provider Content By Provider Hotel Ids
      • Get Provider Content By Vervotech Ids
      • Get All Provider names
      • Get Unmapped Provider Hotels
      • Get Unmapped Provider Hotels V2
      • Create Unmapped Provider Hotels File
    • 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. Mappings

Get New Mappings

GET
/mappings/GetNewMappings
This API returns mappings which are added newly on your account after the date which you have passed for lastUpdatedDateTime in the API request.
It is recommended to create new Vervotech hotel in your system if you receive VervotechId which is not available already in your system.
Recommended to use GetMappings api for new and updated mappings.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://hotelmapping.vervotech.com/api/3.0/mappings/GetNewMappings?lastUpdateDateTime=2019-04-10T06:30:00Z' \
--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",
            "ChannelIds": [
                "Priceline,CUG"
            ],
            "ProviderLocationCode": "string",
            "Type": "New"
        }
    ],
    "Status": true,
    "Message": "Success",
    "StatusCode": 2000
}

Request

Query Params

Header Params

Responses

🟢200OK
application/json
OK
Body

🟠403Forbidden
🟠404Record Not Found
🔴500Server Error
🔴503Service Unavailable
Previous
Get Mappings
Next
Get Updated Mappings
Built with