Vervotech
  1. Async Room Mapping API
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
      • 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
        POST
      • Get Async Room Mapping API Response
        POST
  1. Async Room Mapping API

Get Async Room Mapping API Response

POST
/api/2.0/mapping/getmappingasync
The async room mapping API to helps to get the room mapping api response.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://roommapping.vervotech.com/api/2.0/mapping/getmappingasync?traceId' \
--header 'accountId;' \
--header 'token;'
Response Response Example
200 - Example 1
{
    "success": true,
    "message": "string",
    "standardRooms": [
        {
            "id": "1",
            "description": "A sea face room with air conditioning and extra rollaway beds available",
            "standardName": "Deluxe - King (Burj Khalifa View)",
            "masterTitle": "King Deluxe Room with Burj Khalifa View",
            "category": "Deluxe",
            "view": "Burj Khalifa",
            "roomLocation": "Highfloor",
            "beds": [
                {
                    "type": "King",
                    "count": 1
                }
            ],
            "occupancyType": "Single",
            "mappedRoomRates": [
                {
                    "inputIndex": 1,
                    "roomCode": 201997202,
                    "boardBasis": "FullBoard",
                    "refundability": "Non Refundable",
                    "attributes": [
                        {
                            "key": "RoomSize",
                            "value": "200-250 SQFT"
                        }
                    ]
                },
                {
                    "inputIndex": 2,
                    "roomCode": 201997203,
                    "boardBasis": "Breakfast",
                    "refundability": "Refundable",
                    "attributes": [
                        {
                            "key": "RoomSize",
                            "value": "200-250 SQFT"
                        }
                    ]
                },
                {
                    "inputIndex": 3,
                    "roomCode": 201997204,
                    "boardBasis": "Room Only",
                    "refundability": "Refundable",
                    "attributes": [
                        {
                            "key": "RoomSize",
                            "value": "200-250 SQFT"
                        }
                    ]
                }
            ],
            "providerRoomContent": {
                "roomName": null,
                "description": null,
                "views": null,
                "area": {
                    "squareFeet": "string",
                    "squareMeters": "string"
                },
                "images": [
                    {
                        "caption": "string",
                        "category": 0,
                        "links": [
                            {
                                "size": "Unknown",
                                "providerHref": "string",
                                "disabled": true
                            }
                        ]
                    }
                ],
                "facilities": [
                    {
                        "id": "1",
                        "name": "WiFi"
                    }
                ],
                "attributes": [
                    {
                        "key": "HasBalcony",
                        "value": "Yes"
                    }
                ]
            },
            "facilities": [
                {
                    "id": "1",
                    "name": "WiFi",
                    "masterFacilityId": "1"
                }
            ],
            "attributes": [
                {
                    "key": "HasBalcony",
                    "value": "Yes"
                }
            ]
        }
    ],
    "statusCode": 0
}

Request

Query Params

Header Params

Responses

🟢200OK
application/json
Room Mapping Response
Body

🟠403Forbidden
🔴500Server Error
Previous
Map Large Rooms Async
Built with