Sightseeing Search
This service is used to search for available sightseeing tours and activities in a specific city and country on a particular date with a specified number of participants.Sightseeing Search Request
Sightseeing search mainly consists with location details
, service date
and passenger information
.
Tags | Attribute | Description |
---|---|---|
sightseeingSearchCriteria | (JsonObject) | |
city* (String) |
City name should be mention in this attribute. | |
country* (String) |
Country name should be mention in this attribute. | |
serviceDate* (Date) |
Service date should be mentioned in this tag. | |
passengers | passengers* (Object) |
Travelling passenger details should be updated here. |
adult* (Integer) |
Adult count | |
child* (Integer) |
Child count | |
childAge* (Integer Array) |
Should mention the child ages array if children are available | |
Sightseeing Search Request | |
---|---|
Sightseeing Search Response
After sending the sightseeing search request Travlinq will give you all the available sightseeing results 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 . |
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 | |
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. | |
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 |
|