Vervotech
  1. Provider Content
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
        POST
      • Get Unmapped Provider Hotels V2
        POST
      • Create Unmapped Provider Hotels File
        POST
      • Get All Provider names
        GET
      • Get Provider Content By Provider Hotel Ids
        POST
      • Get Provider Content By Vervotech Ids
        POST
    • 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. Provider Content

Create Unmapped Provider Hotels File

POST
/content/CreateUnmappedProviderHotelsFile
Creates file in .csv format which includes list of hotels which are failed to get mapped while performing mapping operation and the file is sent to you by email.

Request

Header Params

Body Params application/json

Examples

Responses

🟢200OK
application/json
OK
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/content/CreateUnmappedProviderHotelsFile' \
--header 'apikey: 056ec4c3-be6b-4c36-a4cc-a403ce9592a1' \
--header 'accountId: DemoAccount' \
--header 'Content-Type: application/json' \
--data-raw '{
    "EmailId": "abc@gmail.com",
    "ProviderNames": [
        "EAN"
    ]
}'
Response Response Example
200 - Example 1
{
    "Status": true,
    "Message": "Success",
    "StatusCode": 2000
}
Previous
Get Unmapped Provider Hotels V2
Next
Get All Provider names
Built with