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 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
      • 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
        GET
      • Review Mappings of Booked Hotels
        POST
      • 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
      • Get Async Room Mapping API Response
      • Map Large Rooms Async
  1. Operational APIs

Review Mappings of Booked Hotels By File

GET
/hotels/ReviewMappingsOfBookedHotelsByFile

This feature workflow allows you to upload mappings and get them re-verified. It’s recommended to upload daily booked Vervotech Mappings ids for the verification. 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.

Step 1 - Prepare input file :

  • Please refer this input template file with sample record here,
ddd 2.png
  • The file extension must be .csv.
  • Use comma(,) as separator and double quotes (") as delimiter character.
  • All the columns from the content template file must be present in your content file.
  • Make sure the column names in your input file match exactly with the column names in template file. The column names are case sensitive.
  • Please invalid/junk values for any of the content fields like “NULL”, “null”, “ “ etc.

Step 2 - Upload input file to FTP:

Step 2.1
  • Connect to the FTP site using any FTP client.
Step 2.2

Create new folders at the root of the FTP site. The format of the folder should be like this,

[FTP Root]/VerifyMappings/[MonthYear]/[FullDate].csv

  • MonthYear(Path): [MonthYear] format should be MMYYYY.
  • FullDate (Path): [FullDate] format should be DDMMYYYY.
  • Vervotech Mappings Id (Column) : Vervotech Mappings Id on which booking is happened. Its mandatory.
  • BookingReferenceId (Column) : This column in the csv is a booking id from client's system just for a reference purpose and its optional.
  • BookingClientName (Column) : Client name where booking is happened. Optional field.
  • ProviderName (Column) : Provider name on which booking is done. Optional field.
  • ProviderHotelId (Column) : Provider hotel id. Optional field.
  • CheckInDate (Column) : Booking check-in date just for a reference purpose and its optional. Format is DDMMYYYY.
  • CheckOutDate (Column) : Booking check-out date just for a reference purpose and its optional. Format is DDMMYYYY.

Sample path: "VerifyMappings/102020/18102020.csv"

Step 3 - Trigger verification flow:

  • Trigger the verification process by invoking a web service,
    https://docs.vervotech.com/review-mappings-of-booked-hotels-by-file-16383698e0

Step 4 - Read output file:

  • Verification result file will be uploaded in same folder of input file.
  • Format of result file name will be [FTP Root]/VerifyMappings/[MonthYear]/[FullDate]_Result.csv
  • Sample output file template
ddd 2.png

Request

Query Params

Header Params

Responses

🟢200OK
application/json
Review Mappings of Booked Hotels Response
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/hotels/ReviewMappingsOfBookedHotelsByFile?ftpFilePath' \
--header 'apikey: 056ec4c3-be6b-4c36-a4cc-a403ce9592a1' \
--header 'accountId: DemoAccount'
Response Response Example
200 - Example 1
{
    "Status": true,
    "Message": "Success",
    "StatusCode": 2000
}
Previous
Get All Locations
Next
Review Mappings of Booked Hotels
Built with