# Cancellation Charges

## Get Cancellation Charges

<mark style="color:blue;">`GET`</mark> `https://traveloapi.com/yourapi/hotelapi/cancellation_charge`&#x20;

#### Path Parameters

| Name   | Type   | Description             |
| ------ | ------ | ----------------------- |
| gatkey | string | Gatkey  Provided By Us. |

#### Query Parameters

| Name          | Type   | Description                      |
| ------------- | ------ | -------------------------------- |
| itineraryId   | string | itineraryId from book response   |
| transactionid | string | transactionid from book response |

{% tabs %}
{% tab title="200 " %}

```css
{
  
  "hotelName": "Hotel Seagull",
  "hotelPostalCode": null,
  "itineraryId": "343754809",
  "numberOfRoomsBooked": null,
  "processWithConfirmation": "CF",
  "reservationNumbers": "343754809",
  "reservationStatusCode": "CF",
  "roomDescription": null,
  "supplierType": null,
  "transactionid": 56274781,
  "cancelcharge": 2510,
  "night":2
}
```

{% endtab %}

{% tab title="404 " %}

```javascript
{
    "message": "error"
}
```

{% endtab %}
{% endtabs %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://traveloapi.gitbook.io/api/hotel-api/cancellation-charges.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
