---
title: "getRoomsFeesAndTaxes"
method: GET
path: "/getRoomsFeesAndTaxes"
tags: ["Room"]
---

# getRoomsFeesAndTaxes

`GET /getRoomsFeesAndTaxes`

Get applicable fees and tax to a booking. This is meant to be used on checkout to display to the guest.

## Query parameters

- `propertyID` string
- `startDate` string, date, required
- `endDate` string, date, required
- `roomsTotal` number, required
- `roomsCount` integer, required
- `adultsPerRoom` integer
- `childrenPerRoom` integer

## Response `200`

200 Response

- GetRoomsFeesAndTaxesResponse
  - `success` boolean — Returns if the request could be completed
  - `data` object — Details of the fees and taxes applicable
    - `fees` object[] — Details of the fees applicable
      - `feeName` string — Name of the fee
      - `feeValue` number — Value of the fee for the selected parameters
      - `totalFees` number — Total value of the fees
    - `taxes` object[] — Details of the taxes applicable
      - `feeName` string — Name of the tax
      - `feeValue` string — Value of the tax for the selected parameters
      - `totalTaxes` number — Total value of the taxes
    - `roomsTotalWithoutTaxes` number — "roomsTotal" parameter subtracting the included taxes
    - `grandTotal` number — Total with fees and taxes
  - `message` string, nullable — To be used in case any error occurs (if success = false). If success = true, it does not exist.

---

[API](https://skmtc.net/cloudbeds/apis/cloudbeds-api.md) · [All operations](https://skmtc.net/cloudbeds/apis/cloudbeds-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cloudbeds/cloudbeds-api/revisions/2faa857793e8/schema)
