---
title: "GET /api/hotel/bookingcancellationFee"
method: GET
path: "/api/hotel/bookingcancellationFee"
tags: ["Hotel"]
---

# GET /api/hotel/bookingcancellationFee

`GET /api/hotel/bookingcancellationFee`

## Query parameters

- `id` string
- `timestamp` number, double

## Headers

- `accountId` string, required
- `apiKey` string, required

## Response `200`

Success

- HotelAPIDataContractCancellationCancellationFee
  - `token` string, nullable
  - `currency` string, nullable
  - `totalFee` number, double, nullable
  - `agencyFee` number, double, nullable
  - `providerFee` number, double, nullable
  - `cancellationPolicies` HotelAPIDataContractCommonCancellationPolicy[], nullable
    - `text` string, nullable
    - `rules` HotelAPIDataContractCommonRule[], nullable
      - `value` number, double
      - `valueType` 'Amount' | 'Percentage' | 'Nights'
      - `estimatedValue` number, double
      - `start` string, date-time
      - `end` string, date-time
  - `additionalData` HotelAPIDataContractCommonAttribute[], nullable
    - `name` string, nullable
    - `value` string, nullable
  - `additionalInformation` HotelAPIDataContractCommonAdditionalInformation[], nullable
    - `type` string, nullable
    - `text` string, nullable

## Other responses

- `400` — ClientSideError

---

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