Sightseeing Details
This service allows you to fetch complete and detailed information about a specific sightseeing selected from the search results. It provides additional data, such as descriptions, images, pricing, availability, inclusions, exclusions, and other relevant details to help you make an informed decisionSightseeing Details Request
Sightseeing details request consists of searchKey
and offerId
.
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. |
Sightseeing Details Request | |
---|---|
Sightseeing Details Response
After sending the sightseeing details request Travlinq will give you the details of selected sightseeing result which are relevant to the particular detail criteria.
Tags | Attributes | Description |
---|---|---|
meta | meta (JsonObject) |
Metadata about the API response. |
success (String) |
Response status will be returned. Example: "true". | |
statusCode (Boolean) |
Response statusCode will be returned. Example: "1". | |
statusMessage (String) |
Response statusMessage will be returned. Example: "SUCCESS". | |
commonData | commonData (JsonObject) |
This tag contains the common data in the response. |
searchKey (String) |
A unique search ID will be returned in the search response. | |
data | data (JsonArray) |
Contains detailed information about the products or offers. |
offerId (String) |
Contains the unique id for the specific result | |
workflowId (String) |
Contains the worflowId for the flow | |
productName (String) |
The Name of product | |
productDescription (String) |
Description about the product | |
itineraryDescription (String) |
Itinerary description about the product | |
highlights (String) |
Highlights of the product | |
safetyWarnings | safetyWarnings (JsonArray) |
Safety Warning about the products |
warning (String) |
contains the warning | |
location | location (JsonObject) |
Contains Geolocation detail |
cityName (String) |
Name of the City | |
countryName (String) |
Name of the Country | |
latitude (String) |
latitude of the product | |
longitude (String) |
longitude of the product | |
address | address (String) |
address of result |
productCategories | productCategories (JsonArray) |
Contains product categories |
category (String) |
Category of the product | |
inclusions | inclusions (JsonArray) |
Contains Included Items of the product |
included (String) |
Name of included item | |
exclusions | exclusions (JsonArray) |
Contains Excluded Items of the product |
excluded (String) |
Name of excluded item | |
languages | languages (StringArray) |
Language for the product |
durations | durations (JsonArray) |
Contains the duration of the product |
duration (String) |
Duration of the product | |
value (Integer) |
Value of the Duration ( returned if available) | |
metric (String) |
Metric of the Duration ( returned if available) | |
whatToExpect | whatToExpect (String) |
What To Expect |
essentialNotes | essentialNotes (String) |
Essential Notes about the result |
redeemInstructions | redeemInstructions (String) |
Redeem Instruction about the product |
pickupInstructions | pickupInstructions (String) |
Instructions about the Pickup |
headerTags | headerTags (JsonArray) |
Contains The Header Tags about the product |
tag (String) |
The header tag | |
termsAndConditions | termsAndConditions (StringArray) |
Contains Terms and condition for the result |
pointOfInterest | pointOfInterest (JsonArray) |
Contains list of point of interest |
description (String) |
name of the point of interest | |
frequentlyAskedQuestions | frequentlyAskedQuestions (JsonArray) |
Contains all the frequently asked question |
question (String) |
Contains the question | |
answer (String) |
Contains the answer | |
reviews | reviews (JsonArray) |
Contains all the reviews about the product |
review (String) |
Contains the review | |
rating (String) |
rating of the result | |
images | images (JsonArray) |
List of available images |
imagePath (String) |
URL of the image | |
imageWidth (Double) |
Width of image (if available) | |
imageHeight (Double) |
Height of Image (If available) | |
pricingInfo | pricingInfo (JsonObject) |
Contains the Pricing Detail for the product |
startingFrom (Double) |
The minimum price for the product | |
netAmount (Double) |
The final/total price for the product | |
currency (String) |
The Currency for the price | |
customerAdditionalFareInfo | customerAdditionalFareInfo (JsonObject) |
Additional fare information related to customers. |
transactionFeeEarned (Double) |
The transaction fee amount. | |
tdsOnCommission (Double) |
The commission amount on TDS. | |
commissionEarned (Double) |
The Commission Earned | |
markupEarned (Double) |
The total markup amount from the pricing rule. | |
discount (Double) |
The total discount amount from the pricing rule. | |
vat (Double) |
The VAT received from the pricing model, if applicable. | |
supplierAdditionalFareInfo | supplierAdditionalFareInfo (JsonObject) |
Additional fare information related to customers. |
currency (String) |
Supplier Currency | |
publishedFare (Double) |
Published Fare | |
plbearned (Double) |
Plb Earned | |
incentiveEarned (Double) |
Incentive Earned | |
offeredFare (Double) |
Fare offered by Supplier | |
tdsOnCommission (Double) |
The commission amount on TDS. | |
commissionEarned (Double) |
The Commission Earned | |
tdsOnPlb (Double) |
TDS on plb | |
tdsOnIncentive (Double) |
TDS on Incentive | |
serviceFee (Double) |
Service Fee | |
discount (Double) |
Total discount amount |
Sightseeing details response | |
---|---|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 |
|