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": [
      5317
    ],
    "checkInDate": "2026-12-03",
    "checkOutDate": "2026-12-04",
    "occupancy": {
      "roomCount": 2,
      "adultCount": 2,
      "childrenAges": [
        10
      ]
    },
    "currency": {
      "booking": "USD",
      "display": ["CAD"]
    },
    "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",
      "META_SEARCH",
      "PER_ROOM_PER_NIGHT_RATE"
    ]
  }
}

Response Sample

  • Refer to the API reference to learn more about each response field.
{
    "meta": {
        "status": "SUCCESS"
    },
    "data": {
        "searchId": 4985520761297141087,
        "properties": [
            {
                "id": 5317,
                "content": {
                    "name": {
                        "en-us": "Circus Circus Hotel, Casino & Theme Park"
                    }
                },
                "currencies": {
                    "display": [
                        "CAD"
                    ],
                    "booking": "USD"
                },
                "rooms": [
                    {
                        "id": 930967956,
                        "parentId": 930967956,
                        "content": {
                            "name": {
                                "en-us": "West Tower Deluxe King with Refrigerator"
                            }
                        },
                        "offers": [
                            {
                                "id": "v1_CgEtEMwCGikKGDIwMjYtMTItMDNUMDA6MDA6MDAuMDAwWhABGN/1CCABKAIyAQo4AiICCAE=_Ch8IqMbr9wYQAiCcmwEoyo3/AjACSgcyRDFOXzFOUJgFEgUIASoBFBoICAIYASgCMAEiBwgEEgEUGAQ=",
                                "token": "v1_CM2BeA==",
                                "landingUrl": "https://www.agoda.com/partners/partnersearch.aspx?cid=1966285&hid=5317&currency=USD&checkin=2026-12-03&checkout=2026-12-04&NumberofAdults=2&NumberofChildren=1&childages=10&Rooms=2&mcid=332&masterRoomId=930967956",
                                "remainingRoomCount": 50,
                                "isRoomTypeGuaranteed": true,
                                "capacity": {
                                    "normalBedCount": 1,
                                    "extraBedCount": 0
                                },
                                "payment": {
                                    "model": "MERCHANT",
                                    "isPayAtProperty": false
                                },
                                "ratePlan": {
                                    "id": 3138405
                                },
                                "pricing": {
                                    "bookingRates": [
                                        {
                                            "currency": "USD",
                                            "price": {
                                                "inclusiveAmount": 232.56,
                                                "exclusiveAmount": 205.12,
                                                "tax": {
                                                    "amount": 24.16,
                                                    "breakdown": [
                                                        {
                                                            "id": 10009,
                                                            "amount": 8.12,
                                                            "percent": 4.5,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        },
                                                        {
                                                            "id": 10009,
                                                            "amount": 3.62,
                                                            "percent": 2.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        },
                                                        {
                                                            "id": 10009,
                                                            "amount": 1.58,
                                                            "percent": 0.88,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        },
                                                        {
                                                            "id": 10009,
                                                            "amount": 5.42,
                                                            "percent": 3.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        },
                                                        {
                                                            "id": 10009,
                                                            "amount": 1.80,
                                                            "percent": 1.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        },
                                                        {
                                                            "id": 10009,
                                                            "amount": 3.62,
                                                            "percent": 2.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "fees": {
                                                    "amount": 3.28,
                                                    "breakdown": [
                                                        {
                                                            "id": 2,
                                                            "amount": 3.28,
                                                            "percent": 0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "strikeThroughRate": {
                                                    "inclusiveAmount": 1198.00,
                                                    "savingAmount": 965.44
                                                }
                                            },
                                            "surcharge": {
                                                "included": []
                                            },
                                            "partnerPricing": {
                                                "taxDueSupplierAmount": 0,
                                                "estimatedCommissionAmount": 0.00
                                            }
                                        },
                                        {
                                            "currency": "CAD",
                                            "price": {
                                                "inclusiveAmount": 323.26,
                                                "exclusiveAmount": 285.12,
                                                "tax": {
                                                    "amount": 33.58,
                                                    "breakdown": [
                                                        {
                                                            "id": 10009,
                                                            "amount": 11.30,
                                                            "percent": 4.5,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        },
                                                        {
                                                            "id": 10009,
                                                            "amount": 5.02,
                                                            "percent": 2.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        },
                                                        {
                                                            "id": 10009,
                                                            "amount": 2.20,
                                                            "percent": 0.88,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        },
                                                        {
                                                            "id": 10009,
                                                            "amount": 7.52,
                                                            "percent": 3.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        },
                                                        {
                                                            "id": 10009,
                                                            "amount": 2.52,
                                                            "percent": 1.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        },
                                                        {
                                                            "id": 10009,
                                                            "amount": 5.02,
                                                            "percent": 2.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "fees": {
                                                    "amount": 4.56,
                                                    "breakdown": [
                                                        {
                                                            "id": 2,
                                                            "amount": 4.56,
                                                            "percent": 0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "strikeThroughRate": {
                                                    "inclusiveAmount": 1665.22,
                                                    "savingAmount": 1341.96
                                                }
                                            },
                                            "surcharge": {
                                                "included": []
                                            },
                                            "partnerPricing": {
                                                "taxDueSupplierAmount": 0,
                                                "estimatedCommissionAmount": 0.00
                                            }
                                        }
                                    ],
                                    "display": {
                                        "sellAllInRates": [
                                            {
                                                "currency": "USD",
                                                "price": {
                                                    "inclusiveAmount": 334.60,
                                                    "exclusiveAmount": 295.12,
                                                    "tax": {
                                                        "amount": 36.20,
                                                        "breakdown": [
                                                            {
                                                                "id": 10009,
                                                                "amount": 8.12,
                                                                "percent": 4.5,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            },
                                                            {
                                                                "id": 10009,
                                                                "amount": 3.62,
                                                                "percent": 2.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            },
                                                            {
                                                                "id": 10009,
                                                                "amount": 1.58,
                                                                "percent": 0.88,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            },
                                                            {
                                                                "id": 10009,
                                                                "amount": 5.42,
                                                                "percent": 3.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            },
                                                            {
                                                                "id": 10009,
                                                                "amount": 1.80,
                                                                "percent": 1.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            },
                                                            {
                                                                "id": 10009,
                                                                "amount": 3.62,
                                                                "percent": 2.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "fees": {
                                                        "amount": 3.28,
                                                        "breakdown": [
                                                            {
                                                                "id": 2,
                                                                "amount": 3.28,
                                                                "percent": 0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "strikeThroughRate": {
                                                        "inclusiveAmount": 1300.04,
                                                        "savingAmount": 965.44
                                                    }
                                                },
                                                "surcharge": {
                                                    "included": [],
                                                    "excluded": [
                                                        {
                                                            "id": 272,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 102.04,
                                                                "exclusiveAmount": 90.00,
                                                                "tax": {
                                                                    "amount": 12.04
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        }
                                                    ]
                                                },
                                                "partnerPricing": {
                                                    "taxDueSupplierAmount": 0,
                                                    "estimatedCommissionAmount": 0.00
                                                }
                                            },
                                            {
                                                "currency": "CAD",
                                                "price": {
                                                    "inclusiveAmount": 465.10,
                                                    "exclusiveAmount": 410.22,
                                                    "tax": {
                                                        "amount": 50.32,
                                                        "breakdown": [
                                                            {
                                                                "id": 10009,
                                                                "amount": 11.30,
                                                                "percent": 4.5,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            },
                                                            {
                                                                "id": 10009,
                                                                "amount": 5.02,
                                                                "percent": 2.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            },
                                                            {
                                                                "id": 10009,
                                                                "amount": 2.20,
                                                                "percent": 0.88,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            },
                                                            {
                                                                "id": 10009,
                                                                "amount": 7.52,
                                                                "percent": 3.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            },
                                                            {
                                                                "id": 10009,
                                                                "amount": 2.52,
                                                                "percent": 1.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            },
                                                            {
                                                                "id": 10009,
                                                                "amount": 5.02,
                                                                "percent": 2.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "fees": {
                                                        "amount": 4.56,
                                                        "breakdown": [
                                                            {
                                                                "id": 2,
                                                                "amount": 4.56,
                                                                "percent": 0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "strikeThroughRate": {
                                                        "inclusiveAmount": 1807.06,
                                                        "savingAmount": 1341.96
                                                    }
                                                },
                                                "surcharge": {
                                                    "included": [],
                                                    "excluded": [
                                                        {
                                                            "id": 272,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 141.84,
                                                                "exclusiveAmount": 125.10,
                                                                "tax": {
                                                                    "amount": 16.74
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        }
                                                    ]
                                                },
                                                "partnerPricing": {
                                                    "taxDueSupplierAmount": 0,
                                                    "estimatedCommissionAmount": 0.00
                                                }
                                            }
                                        ],
                                        "perBasis": [
                                            {
                                                "basis": "PER_ROOM_PER_NIGHT",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 116.28,
                                                            "exclusiveAmount": 102.56,
                                                            "tax": {
                                                                "amount": 12.08
                                                            },
                                                            "fees": {
                                                                "amount": 1.64
                                                            },
                                                            "strikeThroughRate": {
                                                                "inclusiveAmount": 650.02,
                                                                "exclusiveAmount": 599.0
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "currency": "CAD",
                                                        "price": {
                                                            "inclusiveAmount": 161.63,
                                                            "exclusiveAmount": 142.56,
                                                            "tax": {
                                                                "amount": 16.79
                                                            },
                                                            "fees": {
                                                                "amount": 2.28
                                                            },
                                                            "strikeThroughRate": {
                                                                "inclusiveAmount": 903.53,
                                                                "exclusiveAmount": 832.61
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ],
                                        "dailyRates": [
                                            {
                                                "date": "2026-12-03",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 232.56,
                                                            "exclusiveAmount": 205.12,
                                                            "tax": {
                                                                "amount": 24.16
                                                            },
                                                            "fees": {
                                                                "amount": 3.28
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "currency": "CAD",
                                                        "price": {
                                                            "inclusiveAmount": 323.26,
                                                            "exclusiveAmount": 285.12,
                                                            "tax": {
                                                                "amount": 33.58
                                                            },
                                                            "fees": {
                                                                "amount": 4.56
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "policies": {
                                    "cancellation": {
                                        "freeCancellation": {
                                            "isAllowed": true,
                                            "beforeDateTime": "2026-11-30T00:00:00.000-07:00"
                                        },
                                        "code": "2D1N_1N",
                                        "description": {
                                            "en-us": "Stay flexible! Cancel for free before 2026-12-01​ Any cancellation received within 2 days prior to the arrival date will incur the first night's charge. Failure to arrive at your hotel or property will be treated as a No-Show and will incur the first night's charge (Hotel policy)."
                                        },
                                        "parameter": [
                                            {
                                                "days": 3,
                                                "charge": "NIGHT",
                                                "value": 0.0
                                            },
                                            {
                                                "days": 2,
                                                "charge": "NIGHT",
                                                "value": 1.0
                                            },
                                            {
                                                "days": 0,
                                                "charge": "NIGHT",
                                                "value": 1.0
                                            }
                                        ],
                                        "segments": [
                                            {
                                                "dateTime": "2026-11-30T00:00:00.000-07:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 0.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 0.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "currency": "CAD",
                                                        "price": {
                                                            "inclusiveAmount": 0.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 0.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-02T00:00:00.000-07:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 232.56,
                                                            "exclusiveAmount": 205.12,
                                                            "tax": {
                                                                "amount": 24.16
                                                            },
                                                            "fees": {
                                                                "amount": 3.28
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "currency": "CAD",
                                                        "price": {
                                                            "inclusiveAmount": 323.26,
                                                            "exclusiveAmount": 285.12,
                                                            "tax": {
                                                                "amount": 33.58
                                                            },
                                                            "fees": {
                                                                "amount": 4.56
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-02T00:00:00.000-07:00",
                                                "type": "ONWARD",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 232.56,
                                                            "exclusiveAmount": 205.12,
                                                            "tax": {
                                                                "amount": 24.16
                                                            },
                                                            "fees": {
                                                                "amount": 3.28
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "currency": "CAD",
                                                        "price": {
                                                            "inclusiveAmount": 323.26,
                                                            "exclusiveAmount": 285.12,
                                                            "tax": {
                                                                "amount": 33.58
                                                            },
                                                            "fees": {
                                                                "amount": 4.56
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "benefits": [
                                    {
                                        "id": 6,
                                        "name": {
                                            "en-us": "Parking"
                                        }
                                    }
                                ],
                                "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": 930966682,
                        "parentId": 930966682,
                        "content": {
                            "name": {
                                "en-us": "West Tower Newly Refreshed King"
                            }
                        },
                        "offers": [
                            {
                                "id": "v1_CgEtEMwCGikKGDIwMjYtMTItMDNUMDA6MDA6MDAuMDAwWhABGN/1CCABKAIyAQo4AiICCAE=_Ch8ItLLr9wYQAiCcmwEoyo3/AjACSgcyRDFOXzFOUJgFEgUIASoBFBoICAIYASgCMAEiBwgEEgEUGAQ=",
                                "token": "v1_CM2BeA==",
                                "landingUrl": "https://www.agoda.com/partners/partnersearch.aspx?cid=1966285&hid=5317&currency=USD&checkin=2026-12-03&checkout=2026-12-04&NumberofAdults=2&NumberofChildren=1&childages=10&Rooms=2&mcid=332&masterRoomId=930966682",
                                "remainingRoomCount": 50,
                                "isRoomTypeGuaranteed": true,
                                "capacity": {
                                    "normalBedCount": 1,
                                    "extraBedCount": 0
                                },
                                "payment": {
                                    "model": "MERCHANT",
                                    "isPayAtProperty": false
                                },
                                "ratePlan": {
                                    "id": 3138405
                                },
                                "pricing": {
                                    "bookingRates": [
                                        {
                                            "currency": "USD",
                                            "price": {
                                                "inclusiveAmount": 212.16,
                                                "exclusiveAmount": 187.12,
                                                "tax": {
                                                    "amount": 22.04,
                                                    "breakdown": [
                                                        {
                                                            "id": 10009,
                                                            "amount": 7.40,
                                                            "percent": 4.5,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        },
                                                        {
                                                            "id": 10009,
                                                            "amount": 3.30,
                                                            "percent": 2.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        },
                                                        {
                                                            "id": 10009,
                                                            "amount": 1.44,
                                                            "percent": 0.88,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        },
                                                        {
                                                            "id": 10009,
                                                            "amount": 4.94,
                                                            "percent": 3.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        },
                                                        {
                                                            "id": 10009,
                                                            "amount": 1.66,
                                                            "percent": 1.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        },
                                                        {
                                                            "id": 10009,
                                                            "amount": 3.30,
                                                            "percent": 2.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "fees": {
                                                    "amount": 3.00,
                                                    "breakdown": [
                                                        {
                                                            "id": 2,
                                                            "amount": 3.0,
                                                            "percent": 0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "strikeThroughRate": {
                                                    "inclusiveAmount": 2003.36,
                                                    "savingAmount": 1791.20
                                                }
                                            },
                                            "surcharge": {
                                                "included": []
                                            },
                                            "partnerPricing": {
                                                "taxDueSupplierAmount": 0,
                                                "estimatedCommissionAmount": 0.00
                                            }
                                        },
                                        {
                                            "currency": "CAD",
                                            "price": {
                                                "inclusiveAmount": 294.90,
                                                "exclusiveAmount": 260.10,
                                                "tax": {
                                                    "amount": 30.62,
                                                    "breakdown": [
                                                        {
                                                            "id": 10009,
                                                            "amount": 10.30,
                                                            "percent": 4.5,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        },
                                                        {
                                                            "id": 10009,
                                                            "amount": 4.58,
                                                            "percent": 2.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        },
                                                        {
                                                            "id": 10009,
                                                            "amount": 2.02,
                                                            "percent": 0.88,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        },
                                                        {
                                                            "id": 10009,
                                                            "amount": 6.86,
                                                            "percent": 3.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        },
                                                        {
                                                            "id": 10009,
                                                            "amount": 2.28,
                                                            "percent": 1.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        },
                                                        {
                                                            "id": 10009,
                                                            "amount": 4.58,
                                                            "percent": 2.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "fees": {
                                                    "amount": 4.18,
                                                    "breakdown": [
                                                        {
                                                            "id": 2,
                                                            "amount": 4.18,
                                                            "percent": 0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "strikeThroughRate": {
                                                    "inclusiveAmount": 2784.66,
                                                    "savingAmount": 2489.76
                                                }
                                            },
                                            "surcharge": {
                                                "included": []
                                            },
                                            "partnerPricing": {
                                                "taxDueSupplierAmount": 0,
                                                "estimatedCommissionAmount": 0.00
                                            }
                                        }
                                    ],
                                    "display": {
                                        "sellAllInRates": [
                                            {
                                                "currency": "USD",
                                                "price": {
                                                    "inclusiveAmount": 314.20,
                                                    "exclusiveAmount": 277.12,
                                                    "tax": {
                                                        "amount": 34.08,
                                                        "breakdown": [
                                                            {
                                                                "id": 10009,
                                                                "amount": 7.40,
                                                                "percent": 4.5,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            },
                                                            {
                                                                "id": 10009,
                                                                "amount": 3.30,
                                                                "percent": 2.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            },
                                                            {
                                                                "id": 10009,
                                                                "amount": 1.44,
                                                                "percent": 0.88,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            },
                                                            {
                                                                "id": 10009,
                                                                "amount": 4.94,
                                                                "percent": 3.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            },
                                                            {
                                                                "id": 10009,
                                                                "amount": 1.66,
                                                                "percent": 1.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            },
                                                            {
                                                                "id": 10009,
                                                                "amount": 3.30,
                                                                "percent": 2.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "fees": {
                                                        "amount": 3.00,
                                                        "breakdown": [
                                                            {
                                                                "id": 2,
                                                                "amount": 3.0,
                                                                "percent": 0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "strikeThroughRate": {
                                                        "inclusiveAmount": 2105.40,
                                                        "savingAmount": 1791.20
                                                    }
                                                },
                                                "surcharge": {
                                                    "included": [],
                                                    "excluded": [
                                                        {
                                                            "id": 272,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 102.04,
                                                                "exclusiveAmount": 90.00,
                                                                "tax": {
                                                                    "amount": 12.04
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        }
                                                    ]
                                                },
                                                "partnerPricing": {
                                                    "taxDueSupplierAmount": 0,
                                                    "estimatedCommissionAmount": 0.00
                                                }
                                            },
                                            {
                                                "currency": "CAD",
                                                "price": {
                                                    "inclusiveAmount": 436.74,
                                                    "exclusiveAmount": 385.20,
                                                    "tax": {
                                                        "amount": 47.36,
                                                        "breakdown": [
                                                            {
                                                                "id": 10009,
                                                                "amount": 10.30,
                                                                "percent": 4.5,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            },
                                                            {
                                                                "id": 10009,
                                                                "amount": 4.58,
                                                                "percent": 2.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            },
                                                            {
                                                                "id": 10009,
                                                                "amount": 2.02,
                                                                "percent": 0.88,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            },
                                                            {
                                                                "id": 10009,
                                                                "amount": 6.86,
                                                                "percent": 3.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            },
                                                            {
                                                                "id": 10009,
                                                                "amount": 2.28,
                                                                "percent": 1.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            },
                                                            {
                                                                "id": 10009,
                                                                "amount": 4.58,
                                                                "percent": 2.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "fees": {
                                                        "amount": 4.18,
                                                        "breakdown": [
                                                            {
                                                                "id": 2,
                                                                "amount": 4.18,
                                                                "percent": 0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "strikeThroughRate": {
                                                        "inclusiveAmount": 2926.50,
                                                        "savingAmount": 2489.76
                                                    }
                                                },
                                                "surcharge": {
                                                    "included": [],
                                                    "excluded": [
                                                        {
                                                            "id": 272,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 141.84,
                                                                "exclusiveAmount": 125.10,
                                                                "tax": {
                                                                    "amount": 16.74
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        }
                                                    ]
                                                },
                                                "partnerPricing": {
                                                    "taxDueSupplierAmount": 0,
                                                    "estimatedCommissionAmount": 0.00
                                                }
                                            }
                                        ],
                                        "perBasis": [
                                            {
                                                "basis": "PER_ROOM_PER_NIGHT",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 106.08,
                                                            "exclusiveAmount": 93.56,
                                                            "tax": {
                                                                "amount": 11.02
                                                            },
                                                            "fees": {
                                                                "amount": 1.50
                                                            },
                                                            "strikeThroughRate": {
                                                                "inclusiveAmount": 1052.7,
                                                                "exclusiveAmount": 748.47
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "currency": "CAD",
                                                        "price": {
                                                            "inclusiveAmount": 147.45,
                                                            "exclusiveAmount": 130.05,
                                                            "tax": {
                                                                "amount": 15.31
                                                            },
                                                            "fees": {
                                                                "amount": 2.09
                                                            },
                                                            "strikeThroughRate": {
                                                                "inclusiveAmount": 1463.25,
                                                                "exclusiveAmount": 1040.37
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ],
                                        "dailyRates": [
                                            {
                                                "date": "2026-12-03",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 212.16,
                                                            "exclusiveAmount": 187.12,
                                                            "tax": {
                                                                "amount": 22.04
                                                            },
                                                            "fees": {
                                                                "amount": 3.00
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "currency": "CAD",
                                                        "price": {
                                                            "inclusiveAmount": 294.90,
                                                            "exclusiveAmount": 260.10,
                                                            "tax": {
                                                                "amount": 30.62
                                                            },
                                                            "fees": {
                                                                "amount": 4.18
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "policies": {
                                    "cancellation": {
                                        "freeCancellation": {
                                            "isAllowed": true,
                                            "beforeDateTime": "2026-11-30T00:00:00.000-07:00"
                                        },
                                        "code": "2D1N_1N",
                                        "description": {
                                            "en-us": "Stay flexible! Cancel for free before 2026-12-01​ Any cancellation received within 2 days prior to the arrival date will incur the first night's charge. Failure to arrive at your hotel or property will be treated as a No-Show and will incur the first night's charge (Hotel policy)."
                                        },
                                        "parameter": [
                                            {
                                                "days": 3,
                                                "charge": "NIGHT",
                                                "value": 0.0
                                            },
                                            {
                                                "days": 2,
                                                "charge": "NIGHT",
                                                "value": 1.0
                                            },
                                            {
                                                "days": 0,
                                                "charge": "NIGHT",
                                                "value": 1.0
                                            }
                                        ],
                                        "segments": [
                                            {
                                                "dateTime": "2026-11-30T00:00:00.000-07:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 0.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 0.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "currency": "CAD",
                                                        "price": {
                                                            "inclusiveAmount": 0.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 0.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-02T00:00:00.000-07:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 212.16,
                                                            "exclusiveAmount": 187.12,
                                                            "tax": {
                                                                "amount": 22.04
                                                            },
                                                            "fees": {
                                                                "amount": 3.00
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "currency": "CAD",
                                                        "price": {
                                                            "inclusiveAmount": 294.90,
                                                            "exclusiveAmount": 260.10,
                                                            "tax": {
                                                                "amount": 30.62
                                                            },
                                                            "fees": {
                                                                "amount": 4.18
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-02T00:00:00.000-07:00",
                                                "type": "ONWARD",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 212.16,
                                                            "exclusiveAmount": 187.12,
                                                            "tax": {
                                                                "amount": 22.04
                                                            },
                                                            "fees": {
                                                                "amount": 3.00
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "currency": "CAD",
                                                        "price": {
                                                            "inclusiveAmount": 294.90,
                                                            "exclusiveAmount": 260.10,
                                                            "tax": {
                                                                "amount": 30.62
                                                            },
                                                            "fees": {
                                                                "amount": 4.18
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "benefits": [
                                    {
                                        "id": 6,
                                        "name": {
                                            "en-us": "Parking"
                                        }
                                    }
                                ],
                                "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": 1219872066,
                        "parentId": 1219872066,
                        "content": {
                            "name": {
                                "en-us": "Run of House"
                            }
                        },
                        "offers": [
                            {
                                "id": "v1_CgEtEMwCGikKGDIwMjYtMTItMDNUMDA6MDA6MDAuMDAwWhABGN/1CCABKAIyAQo4AiICCAE=_Ch8IhJWuiwkQAiCcmwEoyo3/AjACSgcyRDFOXzFOUJgFEgUIASoBFBoICAIYASgCMAEiBwgEEgEUGAQ=",
                                "token": "v1_CM2BeA==",
                                "landingUrl": "https://www.agoda.com/partners/partnersearch.aspx?cid=1966285&hid=5317&currency=USD&checkin=2026-12-03&checkout=2026-12-04&NumberofAdults=2&NumberofChildren=1&childages=10&Rooms=2&mcid=332&masterRoomId=1219872066",
                                "remainingRoomCount": 50,
                                "isRoomTypeGuaranteed": true,
                                "capacity": {
                                    "normalBedCount": 1,
                                    "extraBedCount": 0
                                },
                                "payment": {
                                    "model": "MERCHANT",
                                    "isPayAtProperty": false
                                },
                                "ratePlan": {
                                    "id": 3138405
                                },
                                "pricing": {
                                    "bookingRates": [
                                        {
                                            "currency": "USD",
                                            "price": {
                                                "inclusiveAmount": 181.54,
                                                "exclusiveAmount": 160.12,
                                                "tax": {
                                                    "amount": 18.86,
                                                    "breakdown": [
                                                        {
                                                            "id": 10009,
                                                            "amount": 6.34,
                                                            "percent": 4.5,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        },
                                                        {
                                                            "id": 10009,
                                                            "amount": 2.82,
                                                            "percent": 2.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        },
                                                        {
                                                            "id": 10009,
                                                            "amount": 1.24,
                                                            "percent": 0.88,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        },
                                                        {
                                                            "id": 10009,
                                                            "amount": 4.22,
                                                            "percent": 3.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        },
                                                        {
                                                            "id": 10009,
                                                            "amount": 1.42,
                                                            "percent": 1.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        },
                                                        {
                                                            "id": 10009,
                                                            "amount": 2.82,
                                                            "percent": 2.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "fees": {
                                                    "amount": 2.56,
                                                    "breakdown": [
                                                        {
                                                            "id": 2,
                                                            "amount": 2.56,
                                                            "percent": 0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "strikeThroughRate": {
                                                    "inclusiveAmount": 201.71,
                                                    "savingAmount": 20.17
                                                }
                                            },
                                            "surcharge": {
                                                "included": []
                                            },
                                            "partnerPricing": {
                                                "taxDueSupplierAmount": 0,
                                                "estimatedCommissionAmount": 0.00
                                            }
                                        },
                                        {
                                            "currency": "CAD",
                                            "price": {
                                                "inclusiveAmount": 252.34,
                                                "exclusiveAmount": 222.56,
                                                "tax": {
                                                    "amount": 26.20,
                                                    "breakdown": [
                                                        {
                                                            "id": 10009,
                                                            "amount": 8.82,
                                                            "percent": 4.5,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        },
                                                        {
                                                            "id": 10009,
                                                            "amount": 3.92,
                                                            "percent": 2.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        },
                                                        {
                                                            "id": 10009,
                                                            "amount": 1.72,
                                                            "percent": 0.88,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        },
                                                        {
                                                            "id": 10009,
                                                            "amount": 5.88,
                                                            "percent": 3.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        },
                                                        {
                                                            "id": 10009,
                                                            "amount": 1.94,
                                                            "percent": 1.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        },
                                                        {
                                                            "id": 10009,
                                                            "amount": 3.92,
                                                            "percent": 2.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "fees": {
                                                    "amount": 3.58,
                                                    "breakdown": [
                                                        {
                                                            "id": 2,
                                                            "amount": 3.58,
                                                            "percent": 0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "strikeThroughRate": {
                                                    "inclusiveAmount": 280.38,
                                                    "savingAmount": 28.04
                                                }
                                            },
                                            "surcharge": {
                                                "included": []
                                            },
                                            "partnerPricing": {
                                                "taxDueSupplierAmount": 0,
                                                "estimatedCommissionAmount": 0.00
                                            }
                                        }
                                    ],
                                    "display": {
                                        "sellAllInRates": [
                                            {
                                                "currency": "USD",
                                                "price": {
                                                    "inclusiveAmount": 283.58,
                                                    "exclusiveAmount": 250.12,
                                                    "tax": {
                                                        "amount": 30.90,
                                                        "breakdown": [
                                                            {
                                                                "id": 10009,
                                                                "amount": 6.34,
                                                                "percent": 4.5,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            },
                                                            {
                                                                "id": 10009,
                                                                "amount": 2.82,
                                                                "percent": 2.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            },
                                                            {
                                                                "id": 10009,
                                                                "amount": 1.24,
                                                                "percent": 0.88,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            },
                                                            {
                                                                "id": 10009,
                                                                "amount": 4.22,
                                                                "percent": 3.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            },
                                                            {
                                                                "id": 10009,
                                                                "amount": 1.42,
                                                                "percent": 1.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            },
                                                            {
                                                                "id": 10009,
                                                                "amount": 2.82,
                                                                "percent": 2.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "fees": {
                                                        "amount": 2.56,
                                                        "breakdown": [
                                                            {
                                                                "id": 2,
                                                                "amount": 2.56,
                                                                "percent": 0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "strikeThroughRate": {
                                                        "inclusiveAmount": 303.75,
                                                        "savingAmount": 20.17
                                                    }
                                                },
                                                "surcharge": {
                                                    "included": [],
                                                    "excluded": [
                                                        {
                                                            "id": 272,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 102.04,
                                                                "exclusiveAmount": 90.00,
                                                                "tax": {
                                                                    "amount": 12.04
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        }
                                                    ]
                                                },
                                                "partnerPricing": {
                                                    "taxDueSupplierAmount": 0,
                                                    "estimatedCommissionAmount": 0.00
                                                }
                                            },
                                            {
                                                "currency": "CAD",
                                                "price": {
                                                    "inclusiveAmount": 394.18,
                                                    "exclusiveAmount": 347.66,
                                                    "tax": {
                                                        "amount": 42.94,
                                                        "breakdown": [
                                                            {
                                                                "id": 10009,
                                                                "amount": 8.82,
                                                                "percent": 4.5,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            },
                                                            {
                                                                "id": 10009,
                                                                "amount": 3.92,
                                                                "percent": 2.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            },
                                                            {
                                                                "id": 10009,
                                                                "amount": 1.72,
                                                                "percent": 0.88,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            },
                                                            {
                                                                "id": 10009,
                                                                "amount": 5.88,
                                                                "percent": 3.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            },
                                                            {
                                                                "id": 10009,
                                                                "amount": 1.94,
                                                                "percent": 1.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            },
                                                            {
                                                                "id": 10009,
                                                                "amount": 3.92,
                                                                "percent": 2.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "fees": {
                                                        "amount": 3.58,
                                                        "breakdown": [
                                                            {
                                                                "id": 2,
                                                                "amount": 3.58,
                                                                "percent": 0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "strikeThroughRate": {
                                                        "inclusiveAmount": 422.22,
                                                        "savingAmount": 28.04
                                                    }
                                                },
                                                "surcharge": {
                                                    "included": [],
                                                    "excluded": [
                                                        {
                                                            "id": 272,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 141.84,
                                                                "exclusiveAmount": 125.10,
                                                                "tax": {
                                                                    "amount": 16.74
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        }
                                                    ]
                                                },
                                                "partnerPricing": {
                                                    "taxDueSupplierAmount": 0,
                                                    "estimatedCommissionAmount": 0.00
                                                }
                                            }
                                        ],
                                        "perBasis": [
                                            {
                                                "basis": "PER_ROOM_PER_NIGHT",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 90.77,
                                                            "exclusiveAmount": 80.06,
                                                            "tax": {
                                                                "amount": 9.43
                                                            },
                                                            "fees": {
                                                                "amount": 1.28
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "currency": "CAD",
                                                        "price": {
                                                            "inclusiveAmount": 126.17,
                                                            "exclusiveAmount": 111.28,
                                                            "tax": {
                                                                "amount": 13.10
                                                            },
                                                            "fees": {
                                                                "amount": 1.79
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ],
                                        "dailyRates": [
                                            {
                                                "date": "2026-12-03",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 181.54,
                                                            "exclusiveAmount": 160.12,
                                                            "tax": {
                                                                "amount": 18.86
                                                            },
                                                            "fees": {
                                                                "amount": 2.56
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "currency": "CAD",
                                                        "price": {
                                                            "inclusiveAmount": 252.34,
                                                            "exclusiveAmount": 222.56,
                                                            "tax": {
                                                                "amount": 26.20
                                                            },
                                                            "fees": {
                                                                "amount": 3.58
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "policies": {
                                    "cancellation": {
                                        "freeCancellation": {
                                            "isAllowed": true,
                                            "beforeDateTime": "2026-11-30T00:00:00.000-07:00"
                                        },
                                        "code": "2D1N_1N",
                                        "description": {
                                            "en-us": "Stay flexible! Cancel for free before 2026-12-01​ Any cancellation received within 2 days prior to the arrival date will incur the first night's charge. Failure to arrive at your hotel or property will be treated as a No-Show and will incur the first night's charge (Hotel policy)."
                                        },
                                        "parameter": [
                                            {
                                                "days": 3,
                                                "charge": "NIGHT",
                                                "value": 0.0
                                            },
                                            {
                                                "days": 2,
                                                "charge": "NIGHT",
                                                "value": 1.0
                                            },
                                            {
                                                "days": 0,
                                                "charge": "NIGHT",
                                                "value": 1.0
                                            }
                                        ],
                                        "segments": [
                                            {
                                                "dateTime": "2026-11-30T00:00:00.000-07:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 0.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 0.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "currency": "CAD",
                                                        "price": {
                                                            "inclusiveAmount": 0.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 0.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-02T00:00:00.000-07:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 181.54,
                                                            "exclusiveAmount": 160.12,
                                                            "tax": {
                                                                "amount": 18.86
                                                            },
                                                            "fees": {
                                                                "amount": 2.56
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "currency": "CAD",
                                                        "price": {
                                                            "inclusiveAmount": 252.34,
                                                            "exclusiveAmount": 222.56,
                                                            "tax": {
                                                                "amount": 26.20
                                                            },
                                                            "fees": {
                                                                "amount": 3.58
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-02T00:00:00.000-07:00",
                                                "type": "ONWARD",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 181.54,
                                                            "exclusiveAmount": 160.12,
                                                            "tax": {
                                                                "amount": 18.86
                                                            },
                                                            "fees": {
                                                                "amount": 2.56
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "currency": "CAD",
                                                        "price": {
                                                            "inclusiveAmount": 252.34,
                                                            "exclusiveAmount": 222.56,
                                                            "tax": {
                                                                "amount": 26.20
                                                            },
                                                            "fees": {
                                                                "amount": 3.58
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "benefits": [
                                    {
                                        "id": 6,
                                        "name": {
                                            "en-us": "Parking"
                                        }
                                    }
                                ],
                                "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": 1175269159,
                        "parentId": 1175269159,
                        "content": {
                            "name": {
                                "en-us": "Skyrise Executive Double Queen Beds with Refrigerator and Coffee Maker"
                            }
                        },
                        "offers": [
                            {
                                "id": "v1_CgEtEMwCGikKGDIwMjYtMTItMDNUMDA6MDA6MDAuMDAwWhABGN/1CCABKAIyAQo4AiICCAE=_Ch8Izrzp4AgQAiCcmwEoyo3/AjACSgcyRDFOXzFOUJgFEgUIASoBFBoICAIYASgCMAEiBwgEEgEUGAQ=",
                                "token": "v1_CM2BeA==",
                                "landingUrl": "https://www.agoda.com/partners/partnersearch.aspx?cid=1966285&hid=5317&currency=USD&checkin=2026-12-03&checkout=2026-12-04&NumberofAdults=2&NumberofChildren=1&childages=10&Rooms=2&mcid=332&masterRoomId=1175269159",
                                "remainingRoomCount": 50,
                                "isRoomTypeGuaranteed": true,
                                "capacity": {
                                    "normalBedCount": 1,
                                    "extraBedCount": 0
                                },
                                "payment": {
                                    "model": "MERCHANT",
                                    "isPayAtProperty": false
                                },
                                "ratePlan": {
                                    "id": 3138405
                                },
                                "pricing": {
                                    "bookingRates": [
                                        {
                                            "currency": "USD",
                                            "price": {
                                                "inclusiveAmount": 232.56,
                                                "exclusiveAmount": 205.12,
                                                "tax": {
                                                    "amount": 24.16,
                                                    "breakdown": [
                                                        {
                                                            "id": 10009,
                                                            "amount": 8.12,
                                                            "percent": 4.5,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        },
                                                        {
                                                            "id": 10009,
                                                            "amount": 3.62,
                                                            "percent": 2.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        },
                                                        {
                                                            "id": 10009,
                                                            "amount": 1.58,
                                                            "percent": 0.88,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        },
                                                        {
                                                            "id": 10009,
                                                            "amount": 5.42,
                                                            "percent": 3.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        },
                                                        {
                                                            "id": 10009,
                                                            "amount": 1.80,
                                                            "percent": 1.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        },
                                                        {
                                                            "id": 10009,
                                                            "amount": 3.62,
                                                            "percent": 2.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "fees": {
                                                    "amount": 3.28,
                                                    "breakdown": [
                                                        {
                                                            "id": 2,
                                                            "amount": 3.28,
                                                            "percent": 0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "strikeThroughRate": {
                                                    "inclusiveAmount": 258.40,
                                                    "savingAmount": 25.84
                                                }
                                            },
                                            "surcharge": {
                                                "included": []
                                            },
                                            "partnerPricing": {
                                                "taxDueSupplierAmount": 0,
                                                "estimatedCommissionAmount": 0.00
                                            }
                                        },
                                        {
                                            "currency": "CAD",
                                            "price": {
                                                "inclusiveAmount": 323.26,
                                                "exclusiveAmount": 285.12,
                                                "tax": {
                                                    "amount": 33.58,
                                                    "breakdown": [
                                                        {
                                                            "id": 10009,
                                                            "amount": 11.30,
                                                            "percent": 4.5,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        },
                                                        {
                                                            "id": 10009,
                                                            "amount": 5.02,
                                                            "percent": 2.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        },
                                                        {
                                                            "id": 10009,
                                                            "amount": 2.20,
                                                            "percent": 0.88,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        },
                                                        {
                                                            "id": 10009,
                                                            "amount": 7.52,
                                                            "percent": 3.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        },
                                                        {
                                                            "id": 10009,
                                                            "amount": 2.52,
                                                            "percent": 1.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        },
                                                        {
                                                            "id": 10009,
                                                            "amount": 5.02,
                                                            "percent": 2.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "fees": {
                                                    "amount": 4.56,
                                                    "breakdown": [
                                                        {
                                                            "id": 2,
                                                            "amount": 4.56,
                                                            "percent": 0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "strikeThroughRate": {
                                                    "inclusiveAmount": 359.18,
                                                    "savingAmount": 35.92
                                                }
                                            },
                                            "surcharge": {
                                                "included": []
                                            },
                                            "partnerPricing": {
                                                "taxDueSupplierAmount": 0,
                                                "estimatedCommissionAmount": 0.00
                                            }
                                        }
                                    ],
                                    "display": {
                                        "sellAllInRates": [
                                            {
                                                "currency": "USD",
                                                "price": {
                                                    "inclusiveAmount": 334.60,
                                                    "exclusiveAmount": 295.12,
                                                    "tax": {
                                                        "amount": 36.20,
                                                        "breakdown": [
                                                            {
                                                                "id": 10009,
                                                                "amount": 8.12,
                                                                "percent": 4.5,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            },
                                                            {
                                                                "id": 10009,
                                                                "amount": 3.62,
                                                                "percent": 2.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            },
                                                            {
                                                                "id": 10009,
                                                                "amount": 1.58,
                                                                "percent": 0.88,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            },
                                                            {
                                                                "id": 10009,
                                                                "amount": 5.42,
                                                                "percent": 3.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            },
                                                            {
                                                                "id": 10009,
                                                                "amount": 1.80,
                                                                "percent": 1.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            },
                                                            {
                                                                "id": 10009,
                                                                "amount": 3.62,
                                                                "percent": 2.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "fees": {
                                                        "amount": 3.28,
                                                        "breakdown": [
                                                            {
                                                                "id": 2,
                                                                "amount": 3.28,
                                                                "percent": 0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "strikeThroughRate": {
                                                        "inclusiveAmount": 360.44,
                                                        "savingAmount": 25.84
                                                    }
                                                },
                                                "surcharge": {
                                                    "included": [],
                                                    "excluded": [
                                                        {
                                                            "id": 272,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 102.04,
                                                                "exclusiveAmount": 90.00,
                                                                "tax": {
                                                                    "amount": 12.04
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        }
                                                    ]
                                                },
                                                "partnerPricing": {
                                                    "taxDueSupplierAmount": 0,
                                                    "estimatedCommissionAmount": 0.00
                                                }
                                            },
                                            {
                                                "currency": "CAD",
                                                "price": {
                                                    "inclusiveAmount": 465.10,
                                                    "exclusiveAmount": 410.22,
                                                    "tax": {
                                                        "amount": 50.32,
                                                        "breakdown": [
                                                            {
                                                                "id": 10009,
                                                                "amount": 11.30,
                                                                "percent": 4.5,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            },
                                                            {
                                                                "id": 10009,
                                                                "amount": 5.02,
                                                                "percent": 2.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            },
                                                            {
                                                                "id": 10009,
                                                                "amount": 2.20,
                                                                "percent": 0.88,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            },
                                                            {
                                                                "id": 10009,
                                                                "amount": 7.52,
                                                                "percent": 3.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            },
                                                            {
                                                                "id": 10009,
                                                                "amount": 2.52,
                                                                "percent": 1.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            },
                                                            {
                                                                "id": 10009,
                                                                "amount": 5.02,
                                                                "percent": 2.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "fees": {
                                                        "amount": 4.56,
                                                        "breakdown": [
                                                            {
                                                                "id": 2,
                                                                "amount": 4.56,
                                                                "percent": 0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "strikeThroughRate": {
                                                        "inclusiveAmount": 501.02,
                                                        "savingAmount": 35.92
                                                    }
                                                },
                                                "surcharge": {
                                                    "included": [],
                                                    "excluded": [
                                                        {
                                                            "id": 272,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 141.84,
                                                                "exclusiveAmount": 125.10,
                                                                "tax": {
                                                                    "amount": 16.74
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        }
                                                    ]
                                                },
                                                "partnerPricing": {
                                                    "taxDueSupplierAmount": 0,
                                                    "estimatedCommissionAmount": 0.00
                                                }
                                            }
                                        ],
                                        "perBasis": [
                                            {
                                                "basis": "PER_ROOM_PER_NIGHT",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 116.28,
                                                            "exclusiveAmount": 102.56,
                                                            "tax": {
                                                                "amount": 12.08
                                                            },
                                                            "fees": {
                                                                "amount": 1.64
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "currency": "CAD",
                                                        "price": {
                                                            "inclusiveAmount": 161.63,
                                                            "exclusiveAmount": 142.56,
                                                            "tax": {
                                                                "amount": 16.79
                                                            },
                                                            "fees": {
                                                                "amount": 2.28
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ],
                                        "dailyRates": [
                                            {
                                                "date": "2026-12-03",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 232.56,
                                                            "exclusiveAmount": 205.12,
                                                            "tax": {
                                                                "amount": 24.16
                                                            },
                                                            "fees": {
                                                                "amount": 3.28
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "currency": "CAD",
                                                        "price": {
                                                            "inclusiveAmount": 323.26,
                                                            "exclusiveAmount": 285.12,
                                                            "tax": {
                                                                "amount": 33.58
                                                            },
                                                            "fees": {
                                                                "amount": 4.56
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "policies": {
                                    "cancellation": {
                                        "freeCancellation": {
                                            "isAllowed": true,
                                            "beforeDateTime": "2026-11-30T00:00:00.000-07:00"
                                        },
                                        "code": "2D1N_1N",
                                        "description": {
                                            "en-us": "Stay flexible! Cancel for free before 2026-12-01​ Any cancellation received within 2 days prior to the arrival date will incur the first night's charge. Failure to arrive at your hotel or property will be treated as a No-Show and will incur the first night's charge (Hotel policy)."
                                        },
                                        "parameter": [
                                            {
                                                "days": 3,
                                                "charge": "NIGHT",
                                                "value": 0.0
                                            },
                                            {
                                                "days": 2,
                                                "charge": "NIGHT",
                                                "value": 1.0
                                            },
                                            {
                                                "days": 0,
                                                "charge": "NIGHT",
                                                "value": 1.0
                                            }
                                        ],
                                        "segments": [
                                            {
                                                "dateTime": "2026-11-30T00:00:00.000-07:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 0.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 0.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "currency": "CAD",
                                                        "price": {
                                                            "inclusiveAmount": 0.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 0.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-02T00:00:00.000-07:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 232.56,
                                                            "exclusiveAmount": 205.12,
                                                            "tax": {
                                                                "amount": 24.16
                                                            },
                                                            "fees": {
                                                                "amount": 3.28
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "currency": "CAD",
                                                        "price": {
                                                            "inclusiveAmount": 323.26,
                                                            "exclusiveAmount": 285.12,
                                                            "tax": {
                                                                "amount": 33.58
                                                            },
                                                            "fees": {
                                                                "amount": 4.56
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-02T00:00:00.000-07:00",
                                                "type": "ONWARD",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 232.56,
                                                            "exclusiveAmount": 205.12,
                                                            "tax": {
                                                                "amount": 24.16
                                                            },
                                                            "fees": {
                                                                "amount": 3.28
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "currency": "CAD",
                                                        "price": {
                                                            "inclusiveAmount": 323.26,
                                                            "exclusiveAmount": 285.12,
                                                            "tax": {
                                                                "amount": 33.58
                                                            },
                                                            "fees": {
                                                                "amount": 4.56
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "benefits": [
                                    {
                                        "id": 6,
                                        "name": {
                                            "en-us": "Parking"
                                        }
                                    }
                                ],
                                "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": 930967586,
                        "parentId": 930967586,
                        "content": {
                            "name": {
                                "en-us": "West Tower Newly Refreshed Double Queen"
                            }
                        },
                        "offers": [
                            {
                                "id": "v1_CgEtEMwCGikKGDIwMjYtMTItMDNUMDA6MDA6MDAuMDAwWhABGN/1CCABKAIyAQo4AiICCAE=_Ch8IxMDr9wYQAiCcmwEoyo3/AjACSgcyRDFOXzFOUJgFEgUIASoBFBoICAIYASgCMAEiBwgEEgEUGAQ=",
                                "token": "v1_CM2BeA==",
                                "landingUrl": "https://www.agoda.com/partners/partnersearch.aspx?cid=1966285&hid=5317&currency=USD&checkin=2026-12-03&checkout=2026-12-04&NumberofAdults=2&NumberofChildren=1&childages=10&Rooms=2&mcid=332&masterRoomId=930967586",
                                "remainingRoomCount": 50,
                                "isRoomTypeGuaranteed": true,
                                "capacity": {
                                    "normalBedCount": 1,
                                    "extraBedCount": 0
                                },
                                "payment": {
                                    "model": "MERCHANT",
                                    "isPayAtProperty": false
                                },
                                "ratePlan": {
                                    "id": 3138405
                                },
                                "pricing": {
                                    "bookingRates": [
                                        {
                                            "currency": "USD",
                                            "price": {
                                                "inclusiveAmount": 222.36,
                                                "exclusiveAmount": 196.12,
                                                "tax": {
                                                    "amount": 23.10,
                                                    "breakdown": [
                                                        {
                                                            "id": 10009,
                                                            "amount": 7.76,
                                                            "percent": 4.5,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        },
                                                        {
                                                            "id": 10009,
                                                            "amount": 3.46,
                                                            "percent": 2.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        },
                                                        {
                                                            "id": 10009,
                                                            "amount": 1.52,
                                                            "percent": 0.88,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        },
                                                        {
                                                            "id": 10009,
                                                            "amount": 5.18,
                                                            "percent": 3.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        },
                                                        {
                                                            "id": 10009,
                                                            "amount": 1.72,
                                                            "percent": 1.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        },
                                                        {
                                                            "id": 10009,
                                                            "amount": 3.46,
                                                            "percent": 2.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "fees": {
                                                    "amount": 3.14,
                                                    "breakdown": [
                                                        {
                                                            "id": 2,
                                                            "amount": 3.14,
                                                            "percent": 0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "strikeThroughRate": {
                                                    "inclusiveAmount": 1198.00,
                                                    "savingAmount": 975.64
                                                }
                                            },
                                            "surcharge": {
                                                "included": []
                                            },
                                            "partnerPricing": {
                                                "taxDueSupplierAmount": 0,
                                                "estimatedCommissionAmount": 0.00
                                            }
                                        },
                                        {
                                            "currency": "CAD",
                                            "price": {
                                                "inclusiveAmount": 309.08,
                                                "exclusiveAmount": 272.60,
                                                "tax": {
                                                    "amount": 32.08,
                                                    "breakdown": [
                                                        {
                                                            "id": 10009,
                                                            "amount": 10.80,
                                                            "percent": 4.5,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        },
                                                        {
                                                            "id": 10009,
                                                            "amount": 4.80,
                                                            "percent": 2.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        },
                                                        {
                                                            "id": 10009,
                                                            "amount": 2.12,
                                                            "percent": 0.88,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        },
                                                        {
                                                            "id": 10009,
                                                            "amount": 7.20,
                                                            "percent": 3.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        },
                                                        {
                                                            "id": 10009,
                                                            "amount": 2.36,
                                                            "percent": 1.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        },
                                                        {
                                                            "id": 10009,
                                                            "amount": 4.80,
                                                            "percent": 2.0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "fees": {
                                                    "amount": 4.40,
                                                    "breakdown": [
                                                        {
                                                            "id": 2,
                                                            "amount": 4.4,
                                                            "percent": 0,
                                                            "isBase": false,
                                                            "isTaxable": false
                                                        }
                                                    ]
                                                },
                                                "strikeThroughRate": {
                                                    "inclusiveAmount": 1665.22,
                                                    "savingAmount": 1356.14
                                                }
                                            },
                                            "surcharge": {
                                                "included": []
                                            },
                                            "partnerPricing": {
                                                "taxDueSupplierAmount": 0,
                                                "estimatedCommissionAmount": 0.00
                                            }
                                        }
                                    ],
                                    "display": {
                                        "sellAllInRates": [
                                            {
                                                "currency": "USD",
                                                "price": {
                                                    "inclusiveAmount": 324.40,
                                                    "exclusiveAmount": 286.12,
                                                    "tax": {
                                                        "amount": 35.14,
                                                        "breakdown": [
                                                            {
                                                                "id": 10009,
                                                                "amount": 7.76,
                                                                "percent": 4.5,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            },
                                                            {
                                                                "id": 10009,
                                                                "amount": 3.46,
                                                                "percent": 2.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            },
                                                            {
                                                                "id": 10009,
                                                                "amount": 1.52,
                                                                "percent": 0.88,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            },
                                                            {
                                                                "id": 10009,
                                                                "amount": 5.18,
                                                                "percent": 3.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            },
                                                            {
                                                                "id": 10009,
                                                                "amount": 1.72,
                                                                "percent": 1.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            },
                                                            {
                                                                "id": 10009,
                                                                "amount": 3.46,
                                                                "percent": 2.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "fees": {
                                                        "amount": 3.14,
                                                        "breakdown": [
                                                            {
                                                                "id": 2,
                                                                "amount": 3.14,
                                                                "percent": 0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "strikeThroughRate": {
                                                        "inclusiveAmount": 1300.04,
                                                        "savingAmount": 975.64
                                                    }
                                                },
                                                "surcharge": {
                                                    "included": [],
                                                    "excluded": [
                                                        {
                                                            "id": 272,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 102.04,
                                                                "exclusiveAmount": 90.00,
                                                                "tax": {
                                                                    "amount": 12.04
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        }
                                                    ]
                                                },
                                                "partnerPricing": {
                                                    "taxDueSupplierAmount": 0,
                                                    "estimatedCommissionAmount": 0.00
                                                }
                                            },
                                            {
                                                "currency": "CAD",
                                                "price": {
                                                    "inclusiveAmount": 450.92,
                                                    "exclusiveAmount": 397.70,
                                                    "tax": {
                                                        "amount": 48.82,
                                                        "breakdown": [
                                                            {
                                                                "id": 10009,
                                                                "amount": 10.80,
                                                                "percent": 4.5,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            },
                                                            {
                                                                "id": 10009,
                                                                "amount": 4.80,
                                                                "percent": 2.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            },
                                                            {
                                                                "id": 10009,
                                                                "amount": 2.12,
                                                                "percent": 0.88,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            },
                                                            {
                                                                "id": 10009,
                                                                "amount": 7.20,
                                                                "percent": 3.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            },
                                                            {
                                                                "id": 10009,
                                                                "amount": 2.36,
                                                                "percent": 1.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            },
                                                            {
                                                                "id": 10009,
                                                                "amount": 4.80,
                                                                "percent": 2.0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "fees": {
                                                        "amount": 4.40,
                                                        "breakdown": [
                                                            {
                                                                "id": 2,
                                                                "amount": 4.4,
                                                                "percent": 0,
                                                                "isBase": false,
                                                                "isTaxable": false
                                                            }
                                                        ]
                                                    },
                                                    "strikeThroughRate": {
                                                        "inclusiveAmount": 1807.06,
                                                        "savingAmount": 1356.14
                                                    }
                                                },
                                                "surcharge": {
                                                    "included": [],
                                                    "excluded": [
                                                        {
                                                            "id": 272,
                                                            "isMargin": false,
                                                            "price": {
                                                                "inclusiveAmount": 141.84,
                                                                "exclusiveAmount": 125.10,
                                                                "tax": {
                                                                    "amount": 16.74
                                                                },
                                                                "fees": {
                                                                    "amount": 0.00
                                                                }
                                                            }
                                                        }
                                                    ]
                                                },
                                                "partnerPricing": {
                                                    "taxDueSupplierAmount": 0,
                                                    "estimatedCommissionAmount": 0.00
                                                }
                                            }
                                        ],
                                        "perBasis": [
                                            {
                                                "basis": "PER_ROOM_PER_NIGHT",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 111.18,
                                                            "exclusiveAmount": 98.06,
                                                            "tax": {
                                                                "amount": 11.55
                                                            },
                                                            "fees": {
                                                                "amount": 1.57
                                                            },
                                                            "strikeThroughRate": {
                                                                "inclusiveAmount": 650.02,
                                                                "exclusiveAmount": 599.0
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "currency": "CAD",
                                                        "price": {
                                                            "inclusiveAmount": 154.54,
                                                            "exclusiveAmount": 136.3,
                                                            "tax": {
                                                                "amount": 16.04
                                                            },
                                                            "fees": {
                                                                "amount": 2.20
                                                            },
                                                            "strikeThroughRate": {
                                                                "inclusiveAmount": 903.53,
                                                                "exclusiveAmount": 832.61
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ],
                                        "dailyRates": [
                                            {
                                                "date": "2026-12-03",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 222.36,
                                                            "exclusiveAmount": 196.12,
                                                            "tax": {
                                                                "amount": 23.10
                                                            },
                                                            "fees": {
                                                                "amount": 3.14
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "currency": "CAD",
                                                        "price": {
                                                            "inclusiveAmount": 309.08,
                                                            "exclusiveAmount": 272.60,
                                                            "tax": {
                                                                "amount": 32.08
                                                            },
                                                            "fees": {
                                                                "amount": 4.40
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "policies": {
                                    "cancellation": {
                                        "freeCancellation": {
                                            "isAllowed": true,
                                            "beforeDateTime": "2026-11-30T00:00:00.000-07:00"
                                        },
                                        "code": "2D1N_1N",
                                        "description": {
                                            "en-us": "Stay flexible! Cancel for free before 2026-12-01​ Any cancellation received within 2 days prior to the arrival date will incur the first night's charge. Failure to arrive at your hotel or property will be treated as a No-Show and will incur the first night's charge (Hotel policy)."
                                        },
                                        "parameter": [
                                            {
                                                "days": 3,
                                                "charge": "NIGHT",
                                                "value": 0.0
                                            },
                                            {
                                                "days": 2,
                                                "charge": "NIGHT",
                                                "value": 1.0
                                            },
                                            {
                                                "days": 0,
                                                "charge": "NIGHT",
                                                "value": 1.0
                                            }
                                        ],
                                        "segments": [
                                            {
                                                "dateTime": "2026-11-30T00:00:00.000-07:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 0.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 0.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "currency": "CAD",
                                                        "price": {
                                                            "inclusiveAmount": 0.00,
                                                            "exclusiveAmount": 0.00,
                                                            "tax": {
                                                                "amount": 0.00
                                                            },
                                                            "fees": {
                                                                "amount": 0.00
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-02T00:00:00.000-07:00",
                                                "type": "BEFORE",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 222.36,
                                                            "exclusiveAmount": 196.12,
                                                            "tax": {
                                                                "amount": 23.10
                                                            },
                                                            "fees": {
                                                                "amount": 3.14
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "currency": "CAD",
                                                        "price": {
                                                            "inclusiveAmount": 309.08,
                                                            "exclusiveAmount": 272.60,
                                                            "tax": {
                                                                "amount": 32.08
                                                            },
                                                            "fees": {
                                                                "amount": 4.40
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            {
                                                "dateTime": "2026-12-02T00:00:00.000-07:00",
                                                "type": "ONWARD",
                                                "rates": [
                                                    {
                                                        "currency": "USD",
                                                        "price": {
                                                            "inclusiveAmount": 222.36,
                                                            "exclusiveAmount": 196.12,
                                                            "tax": {
                                                                "amount": 23.10
                                                            },
                                                            "fees": {
                                                                "amount": 3.14
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "currency": "CAD",
                                                        "price": {
                                                            "inclusiveAmount": 309.08,
                                                            "exclusiveAmount": 272.60,
                                                            "tax": {
                                                                "amount": 32.08
                                                            },
                                                            "fees": {
                                                                "amount": 4.40
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                },
                                "benefits": [
                                    {
                                        "id": 6,
                                        "name": {
                                            "en-us": "Parking"
                                        }
                                    }
                                ],
                                "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": 272,
                    "name": {
                        "en-us": "Resort Fee"
                    }
                }
            ],
            "taxes": [
                {
                    "id": 10009,
                    "name": {
                        "en-us": "LODGING"
                    }
                }
            ],
            "fees": [
                {
                    "id": 2,
                    "name": {
                        "en-us": "Fee"
                    }
                }
            ],
            "promotions": []
        }
    }
}

Did this page help you?