Skip to content

Sightseeing Cancellation Policy
Run in Postman

/api/v1/sightseeing/cancellation-policy   
This service is used to get cancellation-policy for the specific sightseeing result.

Sightseeing Cancellation-Policy Request

Sightseeing cancellation-policy mainly consists with searchKey, offerId and workflowId .

Tags Attribute Description
searchKey searchKey*
(String)
This attribute serves as a unique search identifier that enables the identification of a specific user flow request.
offerId offerId*
(String)
A unique offer id used for all subsequent API calls to identify user selected result.
workflowId workflowId*
(String)
A Unique workflow id for Required field flow


Sightseeing Cancellation-Policy Request
1
2
3
4
5
{
  "searchKey": "3138f805-a713-46cf-bb76-2390aadc2675",
  "offerId": "3138f805-a713-46cf-bb76-2390aadc2675XXXXXXTR00000025",
  "workflowId": "d56776de-fcc7-4a20-ae35-963af94b5d75"
}


Sightseeing Cancellation-Policy Response

After sending the sightseeing cancellation-policy request Travlinq will give you all the available sightseeing cancellation-policy.

Tags Attribute Description
meta meta
(JsonObject)
success
(String)
Response status will be return Ex: "true"
statusCode
(Boolean)
Response statusCode will be return Ex: "1"
statusMessage
(String)
Response statusMessage will be return Ex: "SUCCESS"
commonData commonData
(JsonObject)
This tag has the common Data in the response.
searchKey
(String)
A unique search id will be returned in the search response.
data data
(JsonObject)
description
(String)
This attribute provides a description of the cancellation policy. It typically outlines the terms and conditions for cancellations, such as the refund criteria and the cancellation period.
Sightseeing cancellation-policy response
{
    "meta": {
        "success": true,
        "statusCode": 1,
        "statusMessage": "SUCCESS",
        "actionType": "Get Sightseeing Cancellation Policies",
        "conversationId": "d80dfeb9-b5eb-4526-a1d5-e5800c47c050"
    },
    "commonData": {
        "searchKey": "536d9384-d92b-4893-a662-718f37d2730d"
    },
    "data": [
        {
            "description": "The cancellation charges are applicable for bookings cancelled From Day 10/01/2025 prior to the Sightseeing Date. A minimum amount of 100.0% will be applicable of the entire Sightseeing cost. <br><br>Cancellation period varies from Sightseeing to Sightseeing and at times a particular Sightseeing may require longer notice for cancellation. Cancellation charges will be applied accordingly. <br><br>Any cancellations during trade fairs and peak periods will attract cancellation charges once the booking is confirmed. These cancellation charges will vary from Sightseeing to Sightseeing and may attract upto 100% of the entire Sightseeing cost. <br><br>"
        }
    ],
    "version": "1.0.0"
}