Skip to main content

PriceCheckResponse

sessionId string

Unique session identifier.

priceCheckId string

Unique identifier for the price check.

hotel object
id string

Hotel ID.

rooms object[]
  • Array [
  • id string

    Room ID.

    name string

    Room name.

    rates object[]
  • Array [
  • id string

    Unique identifier for the rate.

    nettPrice object
    currency string

    Currency code.

    amount float

    Nett price amount.

    taxes object[]

    List of taxex

  • Array [
  • name string

    Tax name.

    Possible values: [Taxes and Fees]

    amount float

    Tax amount.

    currency string

    Tax currency.

  • ]
  • additionalCharges object[]

    List of additional charges the users need to pay at the hotel

  • Array [
  • name string

    Additional charge name.

    Possible values: [VAT, City Tax, Destination Taxes, Resort Fees, Service Charges, Other Local Tax, Other Hotel Fee]

    amount float

    Charge amount.

    currency string

    Currency code.

  • ]
  • boardBasis string

    The meal plan for the booking (e.g., "Breakfast")

    Possible values: [All Inclusive, Full Board, Half Board, Breakfast, Room Only]

    isFreeCancellation boolean

    Indicates if free cancellation is available.

    cancellationPolicy object[]
  • Array [
  • from date-time

    Start of the cancellation period.

    to date-time

    End of the cancellation period.

    amount float

    Cancellation fee.

    currency string

    Currency of the cancellation fee.

  • ]
  • ]
  • ]
  • bookingNotes object[]
  • Array [
  • text string

    Additional booking notes provided by the hotel.

  • ]
  • PriceCheckResponse
    {
    "sessionId": "20241119~1~r1a2c12~~d4ce043af5d90443~USD~US~b5de1~MY~F~D~DW~D~en-US~0~0~0~0~::ffff:10.110.50.100~1729042869766~NmNQm",
    "priceCheckId": "670f19d2025b6f0013070bda",
    "hotel": {
    "id": "212355",
    "rooms": [
    {
    "id": "Deluxe Room, 2 Twin Beds, Non Smoking, Balcony",
    "name": "Deluxe Room, 2 Twin Beds, Non Smoking, Balcony",
    "rates": [
    {
    "id": "tboes9kixat:1199933$$tboes9kixat~~212355~~1199933~~xIZ97FoNr66yHMIIb...",
    "nettPrice": {
    "currency": "USD",
    "amount": 162.51
    },
    "taxes": [
    {
    "name": "Taxes and Fees",
    "amount": 13.49,
    "currency": "USD"
    }
    ],
    "additionalCharges": [
    {
    "name": "Service Charges",
    "amount": 3,
    "currency": "MYR"
    }
    ],
    "boardBasis": "Room Only",
    "isFreeCancellation": false,
    "cancellationPolicy": [
    {
    "from": "2024-10-14 18:00",
    "to": "2024-11-18 18:00",
    "amount": 176,
    "currency": "USD"
    }
    ]
    }
    ]
    }
    ],
    "bookingNotes": [
    {
    "text": "Check-in instructions - Extra-person charges may apply and vary depending on property policy Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges"
    }
    ]
    }
    }