Sightseeing Details
This service is used to get details for available sightseeing tours and activities in a specific city and country on a particular date with a specified number of participants.Sightseeing Details Request
Sightseeing details request mainly consists with searchKey and offerId .
| Tags | Attribute | Description |
|---|---|---|
| sightseeingDetailsCriteria | (JsonObject) | |
| searchKey* (String) |
This attribute serves as a unique search identifier that enables the identification of a specific user flow request. | |
| 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 search criteria.
| Tags | Attribute | Description |
|---|---|---|
| meta | meta (Object) |
|
| 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 (Object) |
This tag has the common Data in the response. |
| searchKey * (String) |
A unique search id will be returned in the search response. | |
| data | data (Object) |
|
| offerId* (String) |
A unique offer id will be returned in the search response per each result.This should be used all subsequent API calls for identify user selected result. | |
| productName* (String) |
It presents a unique product name corresponding to the selected result for clear identification. | |
| productCode* (String) |
It presents a unique product code that aids in distinguishing the product within the response. | |
| productDescription* (String) |
Offers a comprehensive description of the product, providing detailed information for client understanding. | |
| productCategories | productCategories* (JsonArray) |
This tag contains the categories involve in a particular search result. |
| languages | languages * (JsonArray) |
This attribute contains the list of language code . |
| frequency | frequency * (JsonArray) |
This attribute contains the frequency of days. |
| tourDurations | tourDurations* (JsonArray) |
This tag contains the tour segment information. |
| segment * (String) |
This attribute contains the segment of the tour. | |
| duration * (String) |
This attribute contains the duration. | |
| metric * (String) |
This attribute contains the metric for tour. Ex: DAYS. | |
| images | images* (JsonArray) |
List of Images |
| image | (JsonObject) | |
| imagePath* (String) |
image path | |
| imageType* (String) |
image type | |
| imageHeight* (Integer) |
image height | |
| imageWidth* (Integer) |
image width | |
| featureGroups | featureGroups* (Object) |
Contains information pertaining to feature groups, aiding in the classification of product features. |
| groupCode* (String) |
Utilizes a code to distinguish type of feature groups. | |
| features | features* (JsonArray) |
Lists individual features within a feature group, specifying feature type and description. |
| featureType* (String) |
This attribute contains the type of the feature. | |
| description* (String) |
This attribute contains the description of the feature. | |
| segmentationGroups | segmentationGroups* (Object) |
Contains information pertaining to segmentation groups. |
| code* (Integer) |
Utilizes a code to distinguish type of segmentation group. | |
| name* (String) |
Utilizes a name to distinguish type of segmentation group. | |
| segments | segments* (JsonArray) |
Lists individual segmentation within a segmentation group, specifying segmentation code and name. |
| segmentCode* (Integer) |
This attribute contains the code of the segmentation. | |
| segmentName* (String) |
This attribute contains the name of the segmentation. | |
| inclusions | inclusions (JsonArray) |
This tag lists items that are included in the product. |
| exclusions | exclusions (JsonArray) |
This tag enumerates items that are excluded from the product |
| priceInfo | priceInfo* (Object) |
Provides comprehensive pricing and fare information, ensuring transparency in the breakdown of pricing components. |
| netAmount * (Double) |
Specifies the net amount of the product, aiding in understanding the overall price of the product. | |
| currency * (String) |
Indicates the currency code, such as "AED," associated with the product's pricing. | |
| taxes | taxes * (Array) |
Contains information about taxes associated with the sightseeing offer. |
| name* (String) |
The name or label of the tax. | |
| amount* (Double) |
The amount of the tax. | |
| included* (Boolean) |
Indicates whether the tax is included in the product price (true) or added on top of the price (false). | |
| taxCode* (String) |
A code or identifier for the tax, if applicable. | |
| currency * (String) |
Indicates the currency code, such as "AED," associated with the product's pricing. | |
| customerAdditionalFareInfo | customerAdditionalFareInfo* (JsonObject) |
Additional fare information related to customer |
| transactionFeeEarned* (Double) |
This attribute contains the transaction fee amount. | |
| tdsOnCommission* (Double) |
Commission amount on tds will be shown here. | |
| commissionEarned* (Double) |
Not released yet |
|
| markupEarned* (Double) |
Total markup amount from pricing rule will be shown here. | |
| discount* (Double) |
Total discount amount from pricing rule will be shown here. | |
| vat* (Double) |
Vat received from pricing model (if vat rule is applied) | |
| plbearned* (Double) |
The PLB earned for the transaction. | |
| incentiveEarned* (Double) |
The incentive amount earned for the transaction. | |
| tdsOnIncentive* (Double) |
The Tax Deducted at Source (TDS) on the incentive amount earned. | |
| cgst* (Double) |
GST received from pricing model if applicable-currently there is no gst component for sightseeing Not released yet |
|
| sgst* (Double) |
Not released yet |
|
| igst* (Double) |
Not released yet |
|
| 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 | |