Sightseeing Options
This service is used to get options for available sightseeing tours and activities in a specific city and country on a particular date with a specified number of participants.Sightseeing Options Request
Sightseeing options mainly consists with searchKey
and offerId
.
Tags | Attribute | Description |
---|---|---|
sightseeingOptionsCriteria | (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 Options Request | |
---|---|
Sightseeing Options Response
After sending the sightseeing options 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. | |
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 |
|