Search for Single-Context Usage

What is Single-Context usage

  • A search is single-context when the request is customer-driven, where the user is browsing the rates live in the session. This is ideal to get the best possible rates for live user traffic.
  • Since you know the customer, you can explicitly specify the context (user and sale context such as channel, user group, user country, package type, and distribution type) for the current user to get tailored rates. For example, you know if a live user is browsing on a mobile app, mobile web, or a desktop device. In simple terms, you instruct, "give me rates for this exact shopper/context browsing right now" in this type of request.
  • The following is an example of a single-context search request. In this example, the search request returns a maximum of 5 rates per specified context (5 MOBILE_WEB, 5 LOGGED_OUT, 5 US sellable rates, etc.). Refer to the API reference to learn more about each search parameter.

Request example

{
  "criteria": {
    "propertyIds": [
      12157
    ],
    "checkInDate": "2026-12-03",
    "checkOutDate": "2026-12-04",
    "occupancy": {
      "roomCount": 2,
      "adultCount": 2,
      "childrenAges": [
        10
      ]
    },
    "currency": {
      "booking": "USD"
    },
    "locale": "en-us"
  },
  "liveOffersContext": {
    "userContext": {
      "channel": "MOBILE_WEB",
      "userGroup": "LOGGED_OUT",
      "userCountry": "US"
    },
    "saleContext": {
      "packageType": "PACKAGED",
      "distributionType": "DIRECT"
    }
  },
  "features": {
    "maxOffersPerContext": 5,
    "extra": [
      "HOTEL_CONTENT",
      "ROOM_CONTENT",
      "RATE_DETAIL",
      "SURCHARGE_DETAIL",
      "CANCELLATION_DETAIL",
      "BENEFIT_DETAIL",
      "DAILY_RATE",
      "TAX_DETAIL",
      "PROMOTION_DETAIL",
      "CROSSEDOUT_DETAIL",
      "PER_ROOM_PER_NIGHT_RATE"
    ]
  }
}

Response Sample

  • Refer to the API reference to learn more about each response field.
{
    "meta": {
        "status": "SUCCESS"
    },
    "data": {
        "searchId": 8970132065376375401,
        "properties": [
            {
                "id": 12157,
                "currencies": {
                    "display": "USD",
                    "booking": "USD"
                },
                "rooms": [
                    {
                        "id": 3134583,
                        "parentId": 3134583,
                        "content": {
                            "name": {
                                "en-us": ""
                            }
                        },
                        "offers": [
                            {
                                "id": "v1_CgEtEMwCGikKGDIwMjYtMTItMDNUMDA6MDA6MDAuMDAwWhABGN/0CCABKAIyAQo4AiICCAE=_CicI7tH+AhACILoDKNCqSzACQAFKEDdEMU5fM0QxMDBQXzEwMFBQmAUSCQgBIgIEDioBFBoKCAIQAiABKAIwASIHCAQSARQYBA==",
                                "token": "v1_CM2BeA==",
                                "remainingRoomCount": 37,
                                "isRoomTypeGuaranteed": true,
                                "capacity": {
                                    "normalBedCount": 1,
                                    "extraBedCount": 0
                                },
                                "payment": {
                                    "model": "MERCHANT"
                                },
                                "ratePlan": {
                                    "id": 617128
                                },
                                "pricing": {
                                    "bookingRates": [
                                        {
                                            "currency": "USD",
                                            "price": {
                                                "inclusiveAmount": 1433.20,
                                                "exclusiveAmount": 1194.20,
                                                "tax": {
                                                    "amount": 239.00,
                                                    "breakdown": [
                                                        {
                                                            "id": 1,
                                                            "amount": 187.44,
                                                            "percent": 17.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "fees": {
                                                    "amount": 0.00,
                                                    "breakdown": [
                                                        {
                                                            "id": 2,
                                                            "amount": 0,
                                                            "percent": 0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "strikeThroughRate": {
                                                    "inclusiveAmount": 1809.94,
                                                    "savingAmount": 376.74
                                                }
                                            },
                                            "surcharge": {
                                                "included": [
                                                    {
                                                        "id": 460,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 36.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 36.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "id": 462,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 107.08,
                                                            "exclusiveAmount": 91.52,
                                                            "tax": {
                                                                "amount": 15.56
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            "partnerPricing": {
                                                "taxDueSupplierAmount": 0,
                                                "estimatedCommissionAmount": 0.00
                                            }
                                        }
                                    ],
                                    "display": {
                                        "sellAllInRates": [
                                            {
                                                "currency": "USD",
                                                "price": {
                                                    "inclusiveAmount": 1433.20,
                                                    "exclusiveAmount": 1194.20,
                                                    "tax": {
                                                        "amount": 239.00,
                                                        "breakdown": [
                                                            {
                                                                "id": 1,
                                                                "amount": 187.44,
                                                                "percent": 17.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "fees": {
                                                        "amount": 0.00,
                                                        "breakdown": [
                                                            {
                                                                "id": 2,
                                                                "amount": 0,
                                                                "percent": 0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "strikeThroughRate": {
                                                        "inclusiveAmount": 1809.94,
                                                        "savingAmount": 376.74
                                                    }
                                                },
                                                "surcharge": {
                                                    "included": [
                                                        {
                                                            "id": 460,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 36.00,
                                                                "exclusiveAmount": 0.00,
                                                                "tax": {
                                                                    "amount": 36.00
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "id": 462,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 107.08,
                                                                "exclusiveAmount": 91.52,
                                                                "tax": {
                                                                    "amount": 15.56
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        }
                                                    ],
                                                    "excluded": []
                                                },
                                                "partnerPricing": {
                                                    "taxDueSupplierAmount": 0,
                                                    "estimatedCommissionAmount": 0.00
                                                }
                                            }
                                        ],
                                        "perBasis": [
                                            {
                                                "basis": "PER_ROOM_PER_NIGHT",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 645.06,
                                                            "exclusiveAmount": 551.34,
                                                            "tax": {
                                                                "amount": 93.72
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ],
                                        "dailyRates": [
                                            {
                                                "date": "2026-12-03",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1290.12,
                                                            "exclusiveAmount": 1102.68,
                                                            "tax": {
                                                                "amount": 187.44
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "policies": {
                                    "cancellation": {
                                        "freeCancellation": {
                                            "isAllowed": true
                                        },
                                        "code": "7D1N_3D100P_100P",
                                        "description": {
                                            "en-us": "Stay flexible! Cancel for free before 2026-11-26​ Any cancellation received within 7 days prior to the arrival date will incur the first night's charge. Any cancellation received within 3 days prior to the arrival date will be charged for the entire stay. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy)."
                                        },
                                        "parameter": [
                                            {
                                                "days": 8,
                                                "charge": "NIGHT",
                                                "value": 0.0
                                            },
                                            {
                                                "days": 7,
                                                "charge": "NIGHT",
                                                "value": 1.0
                                            },
                                            {
                                                "days": 3,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            },
                                            {
                                                "days": 0,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            }
                                        ],
                                        "segments": [
                                            {
                                                "dateTime": "2026-11-26T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 0.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 0.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-11-30T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1290.12,
                                                            "exclusiveAmount": 1102.68,
                                                            "tax": {
                                                                "amount": 187.44
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1433.20,
                                                            "exclusiveAmount": 1194.20,
                                                            "tax": {
                                                                "amount": 239.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "ONWARD",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1433.20,
                                                            "exclusiveAmount": 1194.20,
                                                            "tax": {
                                                                "amount": 239.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "benefits": [
                                    {
                                        "id": 1,
                                        "name": {
                                            "en-us": "Breakfast"
                                        }
                                    },
                                    {
                                        "id": 10,
                                        "name": {
                                            "en-us": "Welcome drink"
                                        }
                                    },
                                    {
                                        "id": 34,
                                        "name": {
                                            "en-us": "Express check-in"
                                        }
                                    },
                                    {
                                        "id": 95,
                                        "name": {
                                            "en-us": "Free WiFi"
                                        }
                                    },
                                    {
                                        "id": 230,
                                        "name": {
                                            "en-us": "Drinking water"
                                        }
                                    },
                                    {
                                        "id": 115,
                                        "name": {
                                            "en-us": "Free fitness center access"
                                        }
                                    }
                                ],
                                "additionalInfo": {
                                    "isAmendable": true
                                },
                                "offerContext": {
                                    "userContext": {
                                        "channels": [
                                            "MOBILE_WEB",
                                            "MOBILE_APP",
                                            "DESKTOP_WEB"
                                        ],
                                        "userGroups": [
                                            "LOGGED_IN",
                                            "PREMIUM",
                                            "LOGGED_OUT"
                                        ]
                                    },
                                    "saleContext": {
                                        "packageTypes": [
                                            "NON_PACKAGED",
                                            "PACKAGED"
                                        ],
                                        "distributionTypes": [
                                            "DIRECT"
                                        ],
                                        "adTypes": []
                                    }
                                }
                            },
                            {
                                "id": "v1_CgEtEMwCGikKGDIwMjYtMTItMDNUMDA6MDA6MDAuMDAwWhABGN/0CCABKAIyAQo4AiICCAE=_CigI7tH+AhACILoDKMjYSjACQAFKETdENTBQXzNEMTAwUF8xMDBQUJgFEgkIASICBA4qARQaCggCEAIgASgCMAEiBwgEEgEUGAQ=",
                                "token": "v1_CM2BeA==",
                                "remainingRoomCount": 37,
                                "isRoomTypeGuaranteed": true,
                                "capacity": {
                                    "normalBedCount": 1,
                                    "extraBedCount": 0
                                },
                                "payment": {
                                    "model": "MERCHANT"
                                },
                                "ratePlan": {
                                    "id": 611876
                                },
                                "pricing": {
                                    "bookingRates": [
                                        {
                                            "currency": "USD",
                                            "price": {
                                                "inclusiveAmount": 1618.18,
                                                "exclusiveAmount": 1352.30,
                                                "tax": {
                                                    "amount": 265.88,
                                                    "breakdown": [
                                                        {
                                                            "id": 1,
                                                            "amount": 212.26,
                                                            "percent": 17.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "fees": {
                                                    "amount": 0.00,
                                                    "breakdown": [
                                                        {
                                                            "id": 2,
                                                            "amount": 0,
                                                            "percent": 0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "strikeThroughRate": {
                                                    "inclusiveAmount": 1809.94,
                                                    "savingAmount": 191.76
                                                }
                                            },
                                            "surcharge": {
                                                "included": [
                                                    {
                                                        "id": 460,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 36.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 36.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "id": 462,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 121.26,
                                                            "exclusiveAmount": 103.64,
                                                            "tax": {
                                                                "amount": 17.62
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            "partnerPricing": {
                                                "taxDueSupplierAmount": 0,
                                                "estimatedCommissionAmount": 0.00
                                            }
                                        }
                                    ],
                                    "display": {
                                        "sellAllInRates": [
                                            {
                                                "currency": "USD",
                                                "price": {
                                                    "inclusiveAmount": 1618.18,
                                                    "exclusiveAmount": 1352.30,
                                                    "tax": {
                                                        "amount": 265.88,
                                                        "breakdown": [
                                                            {
                                                                "id": 1,
                                                                "amount": 212.26,
                                                                "percent": 17.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "fees": {
                                                        "amount": 0.00,
                                                        "breakdown": [
                                                            {
                                                                "id": 2,
                                                                "amount": 0,
                                                                "percent": 0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "strikeThroughRate": {
                                                        "inclusiveAmount": 1809.94,
                                                        "savingAmount": 191.76
                                                    }
                                                },
                                                "surcharge": {
                                                    "included": [
                                                        {
                                                            "id": 460,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 36.00,
                                                                "exclusiveAmount": 0.00,
                                                                "tax": {
                                                                    "amount": 36.00
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "id": 462,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 121.26,
                                                                "exclusiveAmount": 103.64,
                                                                "tax": {
                                                                    "amount": 17.62
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        }
                                                    ],
                                                    "excluded": []
                                                },
                                                "partnerPricing": {
                                                    "taxDueSupplierAmount": 0,
                                                    "estimatedCommissionAmount": 0.00
                                                }
                                            }
                                        ],
                                        "perBasis": [
                                            {
                                                "basis": "PER_ROOM_PER_NIGHT",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 730.46,
                                                            "exclusiveAmount": 624.33,
                                                            "tax": {
                                                                "amount": 106.13
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ],
                                        "dailyRates": [
                                            {
                                                "date": "2026-12-03",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1460.92,
                                                            "exclusiveAmount": 1248.66,
                                                            "tax": {
                                                                "amount": 212.26
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "policies": {
                                    "cancellation": {
                                        "freeCancellation": {
                                            "isAllowed": true
                                        },
                                        "code": "7D50P_3D100P_100P",
                                        "description": {
                                            "en-us": "Stay flexible! Cancel for free before 2026-11-26​ Any cancellation received within 7 days prior to the arrival date will incur a charge of 50% of the booking value. Any cancellation received within 3 days prior to the arrival date will be charged for the entire stay. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy)."
                                        },
                                        "parameter": [
                                            {
                                                "days": 8,
                                                "charge": "PERCENTAGE",
                                                "value": 0.0
                                            },
                                            {
                                                "days": 7,
                                                "charge": "PERCENTAGE",
                                                "value": 50.0
                                            },
                                            {
                                                "days": 3,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            },
                                            {
                                                "days": 0,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            }
                                        ],
                                        "segments": [
                                            {
                                                "dateTime": "2026-11-26T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 0.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 0.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-11-30T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 809.09,
                                                            "exclusiveAmount": 676.15,
                                                            "tax": {
                                                                "amount": 132.94
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1618.18,
                                                            "exclusiveAmount": 1352.30,
                                                            "tax": {
                                                                "amount": 265.88
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "ONWARD",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1618.18,
                                                            "exclusiveAmount": 1352.30,
                                                            "tax": {
                                                                "amount": 265.88
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "benefits": [
                                    {
                                        "id": 1,
                                        "name": {
                                            "en-us": "Breakfast"
                                        }
                                    },
                                    {
                                        "id": 3,
                                        "name": {
                                            "en-us": "Dinner"
                                        }
                                    },
                                    {
                                        "id": 10,
                                        "name": {
                                            "en-us": "Welcome drink"
                                        }
                                    },
                                    {
                                        "id": 34,
                                        "name": {
                                            "en-us": "Express check-in"
                                        }
                                    },
                                    {
                                        "id": 95,
                                        "name": {
                                            "en-us": "Free WiFi"
                                        }
                                    },
                                    {
                                        "id": 230,
                                        "name": {
                                            "en-us": "Drinking water"
                                        }
                                    },
                                    {
                                        "id": 115,
                                        "name": {
                                            "en-us": "Free fitness center access"
                                        }
                                    }
                                ],
                                "additionalInfo": {
                                    "isAmendable": true
                                },
                                "offerContext": {
                                    "userContext": {
                                        "channels": [
                                            "MOBILE_WEB",
                                            "MOBILE_APP",
                                            "DESKTOP_WEB"
                                        ],
                                        "userGroups": [
                                            "LOGGED_IN",
                                            "PREMIUM",
                                            "LOGGED_OUT"
                                        ]
                                    },
                                    "saleContext": {
                                        "packageTypes": [
                                            "NON_PACKAGED",
                                            "PACKAGED"
                                        ],
                                        "distributionTypes": [
                                            "DIRECT"
                                        ],
                                        "adTypes": []
                                    }
                                }
                            }
                        ]
                    },
                    {
                        "id": 3134582,
                        "parentId": 3134582,
                        "content": {
                            "name": {
                                "en-us": ""
                            }
                        },
                        "offers": [
                            {
                                "id": "v1_CgEtEMwCGikKGDIwMjYtMTItMDNUMDA6MDA6MDAuMDAwWhABGN/0CCABKAIyAQo4AiICCAE=_CicI7NH+AhACILoDKNCqSzACQAFKEDdEMU5fM0QxMDBQXzEwMFBQmAUSCQgBIgIEDioBFBoKCAIQAiABKAIwASIHCAQSARQYBA==",
                                "token": "v1_CM2BeA==",
                                "remainingRoomCount": 10,
                                "isRoomTypeGuaranteed": true,
                                "capacity": {
                                    "normalBedCount": 1,
                                    "extraBedCount": 0
                                },
                                "payment": {
                                    "model": "MERCHANT"
                                },
                                "ratePlan": {
                                    "id": 617128
                                },
                                "pricing": {
                                    "bookingRates": [
                                        {
                                            "currency": "USD",
                                            "price": {
                                                "inclusiveAmount": 1245.38,
                                                "exclusiveAmount": 1033.66,
                                                "tax": {
                                                    "amount": 211.72,
                                                    "breakdown": [
                                                        {
                                                            "id": 1,
                                                            "amount": 162.26,
                                                            "percent": 17.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "fees": {
                                                    "amount": 0.00,
                                                    "breakdown": [
                                                        {
                                                            "id": 2,
                                                            "amount": 0,
                                                            "percent": 0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "strikeThroughRate": {
                                                    "inclusiveAmount": 1571.48,
                                                    "savingAmount": 326.10
                                                }
                                            },
                                            "surcharge": {
                                                "included": [
                                                    {
                                                        "id": 460,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 36.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 36.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "id": 462,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 92.68,
                                                            "exclusiveAmount": 79.22,
                                                            "tax": {
                                                                "amount": 13.46
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            "partnerPricing": {
                                                "taxDueSupplierAmount": 0,
                                                "estimatedCommissionAmount": 0.00
                                            }
                                        }
                                    ],
                                    "display": {
                                        "sellAllInRates": [
                                            {
                                                "currency": "USD",
                                                "price": {
                                                    "inclusiveAmount": 1245.38,
                                                    "exclusiveAmount": 1033.66,
                                                    "tax": {
                                                        "amount": 211.72,
                                                        "breakdown": [
                                                            {
                                                                "id": 1,
                                                                "amount": 162.26,
                                                                "percent": 17.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "fees": {
                                                        "amount": 0.00,
                                                        "breakdown": [
                                                            {
                                                                "id": 2,
                                                                "amount": 0,
                                                                "percent": 0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "strikeThroughRate": {
                                                        "inclusiveAmount": 1571.48,
                                                        "savingAmount": 326.10
                                                    }
                                                },
                                                "surcharge": {
                                                    "included": [
                                                        {
                                                            "id": 460,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 36.00,
                                                                "exclusiveAmount": 0.00,
                                                                "tax": {
                                                                    "amount": 36.00
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "id": 462,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 92.68,
                                                                "exclusiveAmount": 79.22,
                                                                "tax": {
                                                                    "amount": 13.46
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        }
                                                    ],
                                                    "excluded": []
                                                },
                                                "partnerPricing": {
                                                    "taxDueSupplierAmount": 0,
                                                    "estimatedCommissionAmount": 0.00
                                                }
                                            }
                                        ],
                                        "perBasis": [
                                            {
                                                "basis": "PER_ROOM_PER_NIGHT",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 558.35,
                                                            "exclusiveAmount": 477.22,
                                                            "tax": {
                                                                "amount": 81.13
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ],
                                        "dailyRates": [
                                            {
                                                "date": "2026-12-03",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1116.70,
                                                            "exclusiveAmount": 954.44,
                                                            "tax": {
                                                                "amount": 162.26
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "policies": {
                                    "cancellation": {
                                        "freeCancellation": {
                                            "isAllowed": true
                                        },
                                        "code": "7D1N_3D100P_100P",
                                        "description": {
                                            "en-us": "Stay flexible! Cancel for free before 2026-11-26​ Any cancellation received within 7 days prior to the arrival date will incur the first night's charge. Any cancellation received within 3 days prior to the arrival date will be charged for the entire stay. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy)."
                                        },
                                        "parameter": [
                                            {
                                                "days": 8,
                                                "charge": "NIGHT",
                                                "value": 0.0
                                            },
                                            {
                                                "days": 7,
                                                "charge": "NIGHT",
                                                "value": 1.0
                                            },
                                            {
                                                "days": 3,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            },
                                            {
                                                "days": 0,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            }
                                        ],
                                        "segments": [
                                            {
                                                "dateTime": "2026-11-26T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 0.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 0.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-11-30T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1116.70,
                                                            "exclusiveAmount": 954.44,
                                                            "tax": {
                                                                "amount": 162.26
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1245.38,
                                                            "exclusiveAmount": 1033.66,
                                                            "tax": {
                                                                "amount": 211.72
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "ONWARD",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1245.38,
                                                            "exclusiveAmount": 1033.66,
                                                            "tax": {
                                                                "amount": 211.72
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "benefits": [
                                    {
                                        "id": 1,
                                        "name": {
                                            "en-us": "Breakfast"
                                        }
                                    },
                                    {
                                        "id": 10,
                                        "name": {
                                            "en-us": "Welcome drink"
                                        }
                                    },
                                    {
                                        "id": 34,
                                        "name": {
                                            "en-us": "Express check-in"
                                        }
                                    },
                                    {
                                        "id": 95,
                                        "name": {
                                            "en-us": "Free WiFi"
                                        }
                                    },
                                    {
                                        "id": 230,
                                        "name": {
                                            "en-us": "Drinking water"
                                        }
                                    },
                                    {
                                        "id": 115,
                                        "name": {
                                            "en-us": "Free fitness center access"
                                        }
                                    }
                                ],
                                "additionalInfo": {
                                    "isAmendable": true
                                },
                                "offerContext": {
                                    "userContext": {
                                        "channels": [
                                            "MOBILE_WEB",
                                            "MOBILE_APP",
                                            "DESKTOP_WEB"
                                        ],
                                        "userGroups": [
                                            "LOGGED_IN",
                                            "PREMIUM",
                                            "LOGGED_OUT"
                                        ]
                                    },
                                    "saleContext": {
                                        "packageTypes": [
                                            "NON_PACKAGED",
                                            "PACKAGED"
                                        ],
                                        "distributionTypes": [
                                            "DIRECT"
                                        ],
                                        "adTypes": []
                                    }
                                }
                            },
                            {
                                "id": "v1_CgEtEMwCGikKGDIwMjYtMTItMDNUMDA6MDA6MDAuMDAwWhABGN/0CCABKAIyAQo4AiICCAE=_CigI7NH+AhACILoDKMjYSjACQAFKETdENTBQXzNEMTAwUF8xMDBQUJgFEgkIASICBA4qARQaCggCEAIgASgCMAEiBwgEEgEUGAQ=",
                                "token": "v1_CM2BeA==",
                                "remainingRoomCount": 10,
                                "isRoomTypeGuaranteed": true,
                                "capacity": {
                                    "normalBedCount": 1,
                                    "extraBedCount": 0
                                },
                                "payment": {
                                    "model": "MERCHANT"
                                },
                                "ratePlan": {
                                    "id": 611876
                                },
                                "pricing": {
                                    "bookingRates": [
                                        {
                                            "currency": "USD",
                                            "price": {
                                                "inclusiveAmount": 1433.20,
                                                "exclusiveAmount": 1194.20,
                                                "tax": {
                                                    "amount": 239.00,
                                                    "breakdown": [
                                                        {
                                                            "id": 1,
                                                            "amount": 187.44,
                                                            "percent": 17.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "fees": {
                                                    "amount": 0.00,
                                                    "breakdown": [
                                                        {
                                                            "id": 2,
                                                            "amount": 0,
                                                            "percent": 0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "strikeThroughRate": {
                                                    "inclusiveAmount": 1571.48,
                                                    "savingAmount": 138.28
                                                }
                                            },
                                            "surcharge": {
                                                "included": [
                                                    {
                                                        "id": 460,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 36.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 36.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "id": 462,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 107.08,
                                                            "exclusiveAmount": 91.52,
                                                            "tax": {
                                                                "amount": 15.56
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            "partnerPricing": {
                                                "taxDueSupplierAmount": 0,
                                                "estimatedCommissionAmount": 0.00
                                            }
                                        }
                                    ],
                                    "display": {
                                        "sellAllInRates": [
                                            {
                                                "currency": "USD",
                                                "price": {
                                                    "inclusiveAmount": 1433.20,
                                                    "exclusiveAmount": 1194.20,
                                                    "tax": {
                                                        "amount": 239.00,
                                                        "breakdown": [
                                                            {
                                                                "id": 1,
                                                                "amount": 187.44,
                                                                "percent": 17.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "fees": {
                                                        "amount": 0.00,
                                                        "breakdown": [
                                                            {
                                                                "id": 2,
                                                                "amount": 0,
                                                                "percent": 0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "strikeThroughRate": {
                                                        "inclusiveAmount": 1571.48,
                                                        "savingAmount": 138.28
                                                    }
                                                },
                                                "surcharge": {
                                                    "included": [
                                                        {
                                                            "id": 460,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 36.00,
                                                                "exclusiveAmount": 0.00,
                                                                "tax": {
                                                                    "amount": 36.00
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "id": 462,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 107.08,
                                                                "exclusiveAmount": 91.52,
                                                                "tax": {
                                                                    "amount": 15.56
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        }
                                                    ],
                                                    "excluded": []
                                                },
                                                "partnerPricing": {
                                                    "taxDueSupplierAmount": 0,
                                                    "estimatedCommissionAmount": 0.00
                                                }
                                            }
                                        ],
                                        "perBasis": [
                                            {
                                                "basis": "PER_ROOM_PER_NIGHT",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 645.06,
                                                            "exclusiveAmount": 551.34,
                                                            "tax": {
                                                                "amount": 93.72
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ],
                                        "dailyRates": [
                                            {
                                                "date": "2026-12-03",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1290.12,
                                                            "exclusiveAmount": 1102.68,
                                                            "tax": {
                                                                "amount": 187.44
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "policies": {
                                    "cancellation": {
                                        "freeCancellation": {
                                            "isAllowed": true
                                        },
                                        "code": "7D50P_3D100P_100P",
                                        "description": {
                                            "en-us": "Stay flexible! Cancel for free before 2026-11-26​ Any cancellation received within 7 days prior to the arrival date will incur a charge of 50% of the booking value. Any cancellation received within 3 days prior to the arrival date will be charged for the entire stay. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy)."
                                        },
                                        "parameter": [
                                            {
                                                "days": 8,
                                                "charge": "PERCENTAGE",
                                                "value": 0.0
                                            },
                                            {
                                                "days": 7,
                                                "charge": "PERCENTAGE",
                                                "value": 50.0
                                            },
                                            {
                                                "days": 3,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            },
                                            {
                                                "days": 0,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            }
                                        ],
                                        "segments": [
                                            {
                                                "dateTime": "2026-11-26T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 0.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 0.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-11-30T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 716.60,
                                                            "exclusiveAmount": 597.10,
                                                            "tax": {
                                                                "amount": 119.50
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1433.20,
                                                            "exclusiveAmount": 1194.20,
                                                            "tax": {
                                                                "amount": 239.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "ONWARD",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1433.20,
                                                            "exclusiveAmount": 1194.20,
                                                            "tax": {
                                                                "amount": 239.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "benefits": [
                                    {
                                        "id": 1,
                                        "name": {
                                            "en-us": "Breakfast"
                                        }
                                    },
                                    {
                                        "id": 3,
                                        "name": {
                                            "en-us": "Dinner"
                                        }
                                    },
                                    {
                                        "id": 10,
                                        "name": {
                                            "en-us": "Welcome drink"
                                        }
                                    },
                                    {
                                        "id": 34,
                                        "name": {
                                            "en-us": "Express check-in"
                                        }
                                    },
                                    {
                                        "id": 95,
                                        "name": {
                                            "en-us": "Free WiFi"
                                        }
                                    },
                                    {
                                        "id": 230,
                                        "name": {
                                            "en-us": "Drinking water"
                                        }
                                    },
                                    {
                                        "id": 115,
                                        "name": {
                                            "en-us": "Free fitness center access"
                                        }
                                    }
                                ],
                                "additionalInfo": {
                                    "isAmendable": true
                                },
                                "offerContext": {
                                    "userContext": {
                                        "channels": [
                                            "MOBILE_WEB",
                                            "MOBILE_APP",
                                            "DESKTOP_WEB"
                                        ],
                                        "userGroups": [
                                            "LOGGED_IN",
                                            "PREMIUM",
                                            "LOGGED_OUT"
                                        ]
                                    },
                                    "saleContext": {
                                        "packageTypes": [
                                            "NON_PACKAGED",
                                            "PACKAGED"
                                        ],
                                        "distributionTypes": [
                                            "DIRECT"
                                        ],
                                        "adTypes": []
                                    }
                                }
                            },
                            {
                                "id": "v1_CgEtEMwCGikKGDIwMjYtMTItMDNUMDA6MDA6MDAuMDAwWhABGN/0CCABKAIyAQo4AiICCAE=_CicI7NH+AhACILoDKMyqSzACQAFKEDdEMU5fM0QxMDBQXzEwMFBQmAUSCQgBIgIEDioBFBoKCAIQAiABKAIwASIHCAQSARQYBA==",
                                "token": "v1_CM2BeA==",
                                "remainingRoomCount": 10,
                                "isRoomTypeGuaranteed": true,
                                "capacity": {
                                    "normalBedCount": 1,
                                    "extraBedCount": 0
                                },
                                "payment": {
                                    "model": "MERCHANT"
                                },
                                "ratePlan": {
                                    "id": 617126
                                },
                                "pricing": {
                                    "bookingRates": [
                                        {
                                            "currency": "USD",
                                            "price": {
                                                "inclusiveAmount": 1805.98,
                                                "exclusiveAmount": 1512.80,
                                                "tax": {
                                                    "amount": 293.18,
                                                    "breakdown": [
                                                        {
                                                            "id": 1,
                                                            "amount": 237.48,
                                                            "percent": 17.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "fees": {
                                                    "amount": 0.00,
                                                    "breakdown": [
                                                        {
                                                            "id": 2,
                                                            "amount": 0,
                                                            "percent": 0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "strikeThroughRate": {
                                                    "inclusiveAmount": 2214.58,
                                                    "savingAmount": 408.60
                                                }
                                            },
                                            "surcharge": {
                                                "included": [
                                                    {
                                                        "id": 460,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 36.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 36.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "id": 462,
                                                        "isMargin": false,
                                                        "price": {
                                                            "inclusiveAmount": 135.64,
                                                            "exclusiveAmount": 115.94,
                                                            "tax": {
                                                                "amount": 19.70
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            "partnerPricing": {
                                                "taxDueSupplierAmount": 0,
                                                "estimatedCommissionAmount": 0.00
                                            }
                                        }
                                    ],
                                    "display": {
                                        "sellAllInRates": [
                                            {
                                                "currency": "USD",
                                                "price": {
                                                    "inclusiveAmount": 1805.98,
                                                    "exclusiveAmount": 1512.80,
                                                    "tax": {
                                                        "amount": 293.18,
                                                        "breakdown": [
                                                            {
                                                                "id": 1,
                                                                "amount": 237.48,
                                                                "percent": 17.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "fees": {
                                                        "amount": 0.00,
                                                        "breakdown": [
                                                            {
                                                                "id": 2,
                                                                "amount": 0,
                                                                "percent": 0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "strikeThroughRate": {
                                                        "inclusiveAmount": 2214.58,
                                                        "savingAmount": 408.60
                                                    }
                                                },
                                                "surcharge": {
                                                    "included": [
                                                        {
                                                            "id": 460,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 36.00,
                                                                "exclusiveAmount": 0.00,
                                                                "tax": {
                                                                    "amount": 36.00
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "id": 462,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 135.64,
                                                                "exclusiveAmount": 115.94,
                                                                "tax": {
                                                                    "amount": 19.70
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        }
                                                    ],
                                                    "excluded": []
                                                },
                                                "partnerPricing": {
                                                    "taxDueSupplierAmount": 0,
                                                    "estimatedCommissionAmount": 0.00
                                                }
                                            }
                                        ],
                                        "perBasis": [
                                            {
                                                "basis": "PER_ROOM_PER_NIGHT",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 817.17,
                                                            "exclusiveAmount": 698.43,
                                                            "tax": {
                                                                "amount": 118.74
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ],
                                        "dailyRates": [
                                            {
                                                "date": "2026-12-03",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1634.34,
                                                            "exclusiveAmount": 1396.86,
                                                            "tax": {
                                                                "amount": 237.48
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "policies": {
                                    "cancellation": {
                                        "freeCancellation": {
                                            "isAllowed": true
                                        },
                                        "code": "7D1N_3D100P_100P",
                                        "description": {
                                            "en-us": "Stay flexible! Cancel for free before 2026-11-26​ Any cancellation received within 7 days prior to the arrival date will incur the first night's charge. Any cancellation received within 3 days prior to the arrival date will be charged for the entire stay. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy)."
                                        },
                                        "parameter": [
                                            {
                                                "days": 8,
                                                "charge": "NIGHT",
                                                "value": 0.0
                                            },
                                            {
                                                "days": 7,
                                                "charge": "NIGHT",
                                                "value": 1.0
                                            },
                                            {
                                                "days": 3,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            },
                                            {
                                                "days": 0,
                                                "charge": "PERCENTAGE",
                                                "value": 100.0
                                            }
                                        ],
                                        "segments": [
                                            {
                                                "dateTime": "2026-11-26T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 0.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 0.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-11-30T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1634.34,
                                                            "exclusiveAmount": 1396.86,
                                                            "tax": {
                                                                "amount": 237.48
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1805.98,
                                                            "exclusiveAmount": 1512.80,
                                                            "tax": {
                                                                "amount": 293.18
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-03T00:00:00.000+05:00",
                                                "type": "ONWARD",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 1805.98,
                                                            "exclusiveAmount": 1512.80,
                                                            "tax": {
                                                                "amount": 293.18
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "benefits": [
                                    {
                                        "id": 1,
                                        "name": {
                                            "en-us": "Breakfast"
                                        }
                                    },
                                    {
                                        "id": 3,
                                        "name": {
                                            "en-us": "Dinner"
                                        }
                                    },
                                    {
                                        "id": 2,
                                        "name": {
                                            "en-us": "Lunch"
                                        }
                                    },
                                    {
                                        "id": 10,
                                        "name": {
                                            "en-us": "Welcome drink"
                                        }
                                    },
                                    {
                                        "id": 34,
                                        "name": {
                                            "en-us": "Express check-in"
                                        }
                                    },
                                    {
                                        "id": 95,
                                        "name": {
                                            "en-us": "Free WiFi"
                                        }
                                    },
                                    {
                                        "id": 230,
                                        "name": {
                                            "en-us": "Drinking water"
                                        }
                                    },
                                    {
                                        "id": 115,
                                        "name": {
                                            "en-us": "Free fitness center access"
                                        }
                                    }
                                ],
                                "additionalInfo": {
                                    "isAmendable": true
                                },
                                "offerContext": {
                                    "userContext": {
                                        "channels": [
                                            "MOBILE_WEB",
                                            "MOBILE_APP",
                                            "DESKTOP_WEB"
                                        ],
                                        "userGroups": [
                                            "LOGGED_IN",
                                            "PREMIUM",
                                            "LOGGED_OUT"
                                        ]
                                    },
                                    "saleContext": {
                                        "packageTypes": [
                                            "NON_PACKAGED",
                                            "PACKAGED"
                                        ],
                                        "distributionTypes": [
                                            "DIRECT"
                                        ],
                                        "adTypes": []
                                    }
                                }
                            }
                        ]
                    }
                ]
            }
        ],
        "definitions": {
            "surcharges": [
                {
                    "id": 460,
                    "name": {
                        "en-us": "Green Tax"
                    }
                },
                {
                    "id": 462,
                    "name": {
                        "en-us": "Service Charge"
                    }
                }
            ],
            "taxes": [
                {
                    "id": 1,
                    "name": {
                        "en-us": "Sales tax"
                    }
                }
            ],
            "fees": [
                {
                    "id": 2,
                    "name": {
                        "en-us": "Fee"
                    }
                }
            ],
            "promotions": []
        }
    }
}

Did this page help you?