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

Get Mappings History By RunId

POST
/mappings/GetMappingHistoryByRunId
This provides all the mapping stats of specific run id with respect to specified provider.
Users need to send a combination of run id and provider name ,and mappings stats belonging to that run id and provider family would be given in response.

Request

Header Params

Body Params application/json

Examples

Responses

🟢200OK
application/json
Get Mapping History By RunId Response
Body

🟠403Forbidden
🟠404Not Found
🔴500Internal Server Error
🔴503Service Unavailable
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://hotelmapping.vervotech.com/api/3.0/mappings/GetMappingHistoryByRunId' \
--header 'apikey: 056ec4c3-be6b-4c36-a4cc-a403ce9592a1' \
--header 'accountId: DemoAccount' \
--header 'Content-Type: application/json' \
--data-raw '{
    "RunId": "bf9027c8-95d5-4e72-aa45-49fe7c0b27c7",
    "ProviderFamily": "EAN"
}'
Response Response Example
200 - Example 1
{
    "MappingStats": {
        "RunId": "f676e8a6-00b4-4231-8a1a-5a19d290837d",
        "MissingCountryCodes": 0,
        "MissingGeoCodes": 0,
        "MissingHotelChains": 0,
        "MissingPhones": 0,
        "MissingStarRatings": 0,
        "MissingZipCodes": 0,
        "MissingCity": 0,
        "MissingFax": 0,
        "MissingName": 0,
        "MissingState": 0,
        "MissingAddress": 0,
        "PublishCount": 0,
        "TotalProviderCount": 0,
        "StorageFilePath": "11092022/MGHoliday/via__via__MGHoliday/MGHoliday.csv",
        "ValidationMessage": "File format is Valid. Hotel count 269076.",
        "Status": "Completed",
        "StartDate": "2022-09-12T10:03:57.134Z",
        "EndDate": "2022-09-12T11:30:07.219Z",
        "WorkFlowType": "FTPDownloader",
        "DownloadStats": {}
    },
    "Status": true,
    "Message": "Success",
    "StatusCode": 2000
}
Previous
Start Mapping By Ftp Folder
Next
Find Match
Built with