inner-img

FAQ

You can get quick answer of your question by entering here

Why we are getting an error "roomtravellerinfo[0].travellerinfo : invalid hotel traveller list" in hotel book API?

This error occurs when the traveller details passed in the Hotel Book API request do not match with the search request(Number of room and guest).

Common Reasons:

  1. Traveller count mismatch
    The number of adults/children sent in travellerInfo is different from what was entered during hotel search request.

  2. Missing mandatory traveller fields
    Required fields like Title, FirstName, LastName, Age (for child), or Gender are missing or invalid.

  3. Child age mismatch
    Child age provided in booking does not match the child age used during hotel search.

  4. Incorrect traveller array structure
    The roomTravellerInfo → travellerInfo JSON structure is not formed as per the API documentation.

Note:- Please pass the all guest details in the book request as per the search request to avoid any issue.