# 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 %}
