Vervotech
  1. Operational APIs
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
      • 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
        POST
      • Review Mappings of Booked Hotels By File
        GET
      • Start Mapping By Ftp Folder
        GET
      • Get Mappings History By RunId
        POST
    • 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. Operational APIs

Review Mappings of Booked Hotels

POST
/hotels/ReviewMappingsOfBookedHotels
This feature workflow allows you to check the hotel mappings for each hotel by sending the data in the request body.
Just in case we find any incorrect mapping, we will notify you via email over a registered email so that you can take appropriate actions with that specific booking.
Please share an email id with us where you want to get such notifications from Vervotech Mappings.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://hotelmapping.vervotech.com/api/3.0/hotels/ReviewMappingsOfBookedHotels' \
--header 'apikey: 056ec4c3-be6b-4c36-a4cc-a403ce9592a1' \
--header 'accountId: DemoAccount' \
--header 'Content-Type: application/json' \
--data-raw '{
    "Hotels": [
        {
            "UnicaId": 1212,
            "BookingReferenceId": "121",
            "BookingClientName": "574257481",
            "ProviderName": "EAN",
            "ProviderHotelId": "6377153",
            "CheckInDate": "2021-07-04",
            "CheckOutDate": "2021-07-04"
        }
    ]
}'
Response Response Example
200 - Example 1
{
    "Status": true,
    "Message": "Success",
    "StatusCode": 2000
}

Request

Header Params

Body Params application/json

Examples

Responses

🟢200OK
application/json
Review Mappings of Booked Hotels Response
Body

🟠403Forbidden
🟠404Record Not Found
🔴500Server Error
🔴503Service Unavailable
Previous
Get All Locations
Next
Review Mappings of Booked Hotels By File
Built with