Skip to content

Sightseeing Book
Run in Postman

/api/v1/reservation/sightseeing-book   
This service is used to perform booking for the sightseeing result.

Sightseeing Book Request

Tags Attribute Description
searchKey searchKey*
(String)
A unique search key or identifier associated with the user's search or transaction.
offerId offerId*
(String)
An offer-specific identifier, ensuring clear reference for the selected offer.
workflowId workflowId*
(String)
An offer-specific identifier, ensuring clear reference for the selected offer.
clientReference clientReference*
(String)
Unqiue Refernce No. per booking
currency currency*
(String)
The currency in which the transaction is conducted, providing the currency code or abbreviation.
paymentDetails paymentDetails*
(JsonObject)
Contains information related to the payment details, including card information, payment mode, and address.
cardInfo (String) Information about the payment card, if applicable. It may include details such as card type, number, and expiration date.
paymentMode*
(String)
The selected payment mode used for the transaction, which could be credit card, debit card, PayPal, etc.
transactionAmount*
(Double)
Total Amount for the sightseeing
address address (JsonObject) Contains details about the billing or shipping address associated with the payment.
label (String) An optional label or identifier for the address, which can help users distinguish between multiple addresses.
street (String) The street or building information for the address, ensuring accurate delivery or billing.
postalCode (String) The postal or ZIP code of the address, aiding in location-specific identification.
cityName (String) The name of the city or locality associated with the address.
countryCode (String) The country code or abbreviation corresponding to the address's location.



Sightseeing Book Request
{
  "searchKey": "3138f805-a713-46cf-bb76-2390aadc2675",
  "offerId": "3138f805-a713-46cf-bb76-2390aadc2675XXXXXXTR00000025",
  "workflowId": "d56776de-fcc7-4a20-ae35-963af94b5d75",
  "clientReference": "BKR-152",
  "currency": "AED",
  "paymentDetails": {
    "paymentMode": "CR",
    "transactionAmount": 124.02,
    "address": {
      "label": "Billing",
      "street": [
        "palm jumeraih",
        "200 Road"
      ],
      "postalCode": "767667",
      "cityName": "dubai",
      "countryCode": "UAE"
    }
  }
}


Sightseeing Book Response

After sending the sightseeing book request Travlinq will book the specified sightseeing booking.

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"
actionType (String) Describes the type of action related to the response, in this case, "Sightseeing booking."
conversationId (String) Unique ID associated with the conversation or request, "fe22cb8d-67e9-4c29-92af-e44dxxxcb9a9" in this example.
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)
bookingReferenceId (String) The unique identifier for the booking reference, e.g., "BKR-2023-9090."
bookingStatus (String) The status of the booking, e.g., "canceled."
currency (String) The currency associated with the booking charges, e.g., "AED."
supplierLocator (String) Unique Booking provided by supplier after successful booking
sightseeing sightseeing (JsonObject) Contains details of sightseeing booking.
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
pointsOfInterest pointsOfInterest (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
passengers passengers (JsonArray) Details about passengers associated with the sightseeing offer.
passengerKey (String) A unique key or identifier for the passenger.
ptc (String) The Passenger Type Code (PTC) that indicates the type of passenger, e.g., "ADT" for an adult.
leadPassenger (Boolean) Indicates whether the passenger is the lead passenger (true) or not (false).
passengerInfo passengerInfo (JsonObject) Contains details about the passenger.
birthDate (String) The birthdate of the passenger, e.g., "2004-12-15."
gender (String) The gender of the passenger, e.g., "M" for male.
nameTitle (String) The title or salutation of the passenger, e.g., "Mr."
givenName (String) The given name or first name of the passenger, e.g., "Anil."
middleName (String) The middle name of the passenger.
surname (String) The surname or last name of the passenger, e.g., "Kumar."
contact contact (JsonObject) Contains contact information for the passenger.
contactProvided (JsonArray) Provides contact details for the passenger, including email addresses and phone numbers.
emailAddress (JsonArray) Contains email addresses associated with the passenger.
phone (JsonArray) Contains phone numbers associated with the passenger.
phoneNumber (String) The phone number of the passenger.
selectedData selectedData (JsonObject) Contains All Data Selected in Required Field FLow
options options (JsonArray) List of Selected Options
key (Integer) Key for item, to be used for selection
value (String) Value of the item
dates dates (JsonArray) List of Selected Dates
key (Integer) Key for item, to be used for selection
value (String) Value of the item
tickets tickets (JsonArray) List of selected Tickets
key (Integer) Key of the Selected Item
value (String) Value of the Selected Item
description (String) Description of the Selected Item
price (Double) Price of the Selected Item as per quantity
currency (String) Currency of the Selected Item's Price
quantity (Integer) Quantity of the selected Item
timeslots timeslots (JsonArray) List of Selected Timeslots
key (Integer) Key for item, to be used for selection
value (String) Value of the item
pickups pickups (JsonArray) List of Selected Pickup
key (Integer) Key for item, to be used for selection
value (String) Value of the item
language language (JsonArray) List of Selected Language
key (Integer) Key for item, to be used for selection
value (String) Value of the item
extras extras
(JsonArray)
List of Selected Extras
key
(Integer)
Key for item, to be used for selection
value
(String)
Value of the item
seatMap seatMap
(JsonArray)
List of Selected Extras
key
(Integer)
Key for item, to be used for selection
value
(String)
Value of the item
shipmentMethod shipmentMethod
(JsonArray)
List of Selected Extras
key
(Integer)
Key for item, to be used for selection
value
(String)
Value of the item
customerInfo customerInfo
(JsonArray)
List of selected item
groupKey
(Integer)
Key of the Group
groupFields groupFields
(JsonArray)
Group Field of the selected group
key
(Integer)
Key of the Field of that Group
value
(String)
Value for the Group Field
Sightseeing book response
{
  "meta": {
    "success": true,
    "statusCode": 1,
    "statusMessage": "SUCCESS",
    "actionType": "Sightseeing Book",
    "conversationId": "d80dfeb9-b5eb-4526-a1d5-e5800c47c050"
  },
  "commonData": {
    "searchKey": "536d9384-d92b-4893-a662-718f37d2730d"
  },
  "data": [
    {
      "bookingStatus": "Vouchered",
      "bookingReferenceId": "BKR-2025-000004",
      "supplierLocator": "148-5489562",
      "sightseeing": {
        "offerId": "536d9384-d92b-4893-a662-718f37d2730dHOTELBEDSSTR00000000",
        "productName": "Desert Safari, Dune Bashing and BBQ Dinner",
        "productDescription": "<p>Get an exciting experience of the crossing the famous dunes before taking photos with the endless desert and the sun setting in the background, feel the fine sand slipping between your fingers as you make your way to the Desert camp. Here you will be welcomed with flavorful Arabic tea and coffee with dates and soft drinks to quench your thirst.</p><p><br></p><p>Feel the culture by dressing up in traditional attire and take selfies as the Henna artist paints your hand. This will be followed by Tanoura show (traditional folk dance), Fire show and belly dancer perform to the rhythm of Arabic Music (The sequence of the event may change without prior notice).</p><p><br></p><p>Enjoy your meal with Veg and Non-Veg BBQ items experiencing the Arabic hospitality in this once in a lifetime Desert Safari tour in Dubai.</p><p><br></p><p><strong>Budget Sharing</strong></p><p>The pickup and drop from hotels will be on sharing basis by SUVs and Dune bashing in the desert for about 20 – 25 minutes ( depending on weather conditions).</p><p>The services will be provided at a safari camp with all amenities, toilets, seating and linen.</p><p>Standard buffet menu includes:</p><p>• Starters, Salads, Main Dish, Non-Veg BBQ items</p><p>• Desserts</p><p>• Soft drinks (may be local brand), Water, Coffee and Gahwa are served complimentary.</p><p><br></p><p><strong>Standard Camp</strong></p><p>The pickup and drop from hotels will be on sharing basis by 4 x 4 vehicles and Dune bashing in the desert for about 30 – 40 minutes (depending on weather conditions). The services will be provided at a safari camp with standard amenities, with clean toilets, seating and linen.</p><p>The <strong>buffet menu</strong> includes:</p><p>• Starters, Salads, Main Dish, Chicken, Lamb and Veg BBQ items</p><p>• Desserts</p><p>• Soft drinks, Water, Coffee and Gahwa served complimentary</p><p><br></p><p><strong>Standard Private Camp</strong></p><p>The pickup and drop from hotels will be by exclusive 4 x 4 vehicle and Dune bashing in the desert for about 30 – 40 minutes (depending on weather conditions). The services will be provided at a safari camp with standard amenities, with clean toilets, seating and linen.</p><p>The <strong>buffet menu </strong>includes:</p><p>• Starters, Salads, Main Dish, Chicken, Lamb and Veg BBQ items,</p><p>• Desserts</p><p>• Soft drinks, Water, Coffee and Gahwa served complimentary</p><p><br></p><p><strong>Premium Service</strong></p><p>The pickup and drop from hotels will be on sharing basis by 4 x 4 vehicles and Dune bashing in the desert for about 30 – 40 minutes (depending on weather conditions). The services will be provided at a safari camp with deluxe amenities, with clean toilets, seating and linen.</p><p><strong>International buffet</strong> that includes:</p><p>• Starters, Salads, Pasta, Veg suttee, Chicken, Lamb and Veg BBQ items</p><p>• Desserts</p><p>• Soft drinks, Water, Coffee and Gahwa served complimentary</p><p><br></p><p>After all the evening fun you will be dropped back to your drop off location.</p><p><br></p><p><strong>Duration</strong>: 6 - 7 hours</p><p><br></p><p><strong>Others </strong></p><p>On Islamic occasions and National holidays alcohol will not be served and there will be no live entertainment.</p><p>Shisha – additional cost if requested on private table and not in the allotted shisha lounge.</p>",
        "location": {
          "cityName": "Dubai",
          "countryName": "United Arab Emirates"
        },
        "productCategories": [
          {
            "category": "Outdoor activities & Adventure"
          }
        ],
        "inclusions": [
          {
            "included": "Buffet Dinner"
          },
          {
            "included": "Vegetarian options BBQ Dinner"
          },
          {
            "included": "Shows"
          },
          {
            "included": "Henna tattoo"
          },
          {
            "included": "Dune bashing"
          },
          {
            "included": "Hotel pick-up and drop-off for selected hotels"
          },
          {
            "included": "Water"
          },
          {
            "included": "Coffee"
          },
          {
            "included": "Tea"
          },
          {
            "included": "Soft drinks"
          }
        ],
        "exclusions": [
          {
            "excluded": "Picture with falcon, Hubbly Bubbly/ Sheesha on the table (outside the common area), Quad biking / Dune Buggy, Alcohol."
          },
          {
            "excluded": "Alcoholic beverages"
          }
        ],
        "durations": [
          {
            "duration": "1 DAYS"
          }
        ],
        "images": [
          {
            "imagePath": "https://media.activitiesbank.com/46421/ENG/XL/Dune%20Bashing%20%2812%29.jpg",
            "imageHeight": 768,
            "imageWidth": 1024
          },
          {
            "imagePath": "https://media.activitiesbank.com/46421/ENG/XL/Dune%20Bashing%20%289%29.jpg",
            "imageHeight": 768,
            "imageWidth": 1024
          },
          {
            "imagePath": "https://media.activitiesbank.com/46421/ENG/XL/Dune%20Bashing%20%281%29.jpg",
            "imageHeight": 768,
            "imageWidth": 1024
          },
          {
            "imagePath": "https://media.activitiesbank.com/46421/ENG/XL/Dune%20Bashing%20%283%29.jpg",
            "imageHeight": 768,
            "imageWidth": 1024
          },
          {
            "imagePath": "https://media.activitiesbank.com/46421/ENG/XL/IMG_0574.JPG",
            "imageHeight": 768,
            "imageWidth": 1024
          },
          {
            "imagePath": "https://media.activitiesbank.com/46421/ENG/XL/IMG_0611.JPG",
            "imageHeight": 768,
            "imageWidth": 1024
          },
          {
            "imagePath": "https://media.activitiesbank.com/46421/ENG/XL/IMG_1126.JPG",
            "imageHeight": 768,
            "imageWidth": 1024
          },
          {
            "imagePath": "https://media.activitiesbank.com/46421/ENG/XL/13-cropped.jpg",
            "imageHeight": 768,
            "imageWidth": 1024
          },
          {
            "imagePath": "https://media.activitiesbank.com/46421/ENG/XL/DSC_2184.JPG",
            "imageHeight": 768,
            "imageWidth": 1024
          },
          {
            "imagePath": "https://media.activitiesbank.com/46421/ENG/XL/IMG_1200.JPG",
            "imageHeight": 768,
            "imageWidth": 1024
          },
          {
            "imagePath": "https://media.activitiesbank.com/46421/ENG/XL/46421-9.png",
            "imageHeight": 768,
            "imageWidth": 1024
          },
          {
            "imagePath": "https://media.activitiesbank.com/46421/ENG/XL/IMG_1139.JPG",
            "imageHeight": 768,
            "imageWidth": 1024
          },
          {
            "imagePath": "https://media.activitiesbank.com/46421/ENG/XL/01.jpg",
            "imageHeight": 768,
            "imageWidth": 1024
          },
          {
            "imagePath": "https://media.activitiesbank.com/46421/ENG/XL/18.jpg",
            "imageHeight": 768,
            "imageWidth": 1024
          },
          {
            "imagePath": "https://media.activitiesbank.com/46421/ENG/XL/IMG_0798.JPG",
            "imageHeight": 768,
            "imageWidth": 1024
          }
        ],
        "pricingInfo": {
          "netAmount": 1727.53,
          "currency": "AED",
          "customerAdditionalFareInfo": {
            "transactionFeeEarned": 80.84,
            "commissionEarned": 0.0,
            "markupEarned": 80.84,
            "discount": 50.93,
            "vat": 0.0,
            "plbearned": 0.0,
            "incentiveEarned": 0.0,
            "tdsOnIncentive": 0.0
          },
          "supplierAdditionalFareInfo": {
            "currency": "AED",
            "discount": 0.0,
            "publishedFare": 0.0,
            "commissionEarned": 0.0,
            "plbearned": 0.0,
            "incentiveEarned": 0.0,
            "offeredFare": 1616.78,
            "tdsOnCommission": 0.0,
            "tdsOnPlb": 0.0,
            "tdsOnIncentive": 0.0,
            "serviceFee": 0.0
          }
        },
        "pickupInstructions": "Pick-up available from hotels in Dubai.  For private tour pickup at any hotel/ residence within Dubai city limits and Dubai Harbour Please call 48 hours in advance to confirm the pick-up time and location. For any Hotel or Residence within Ajman City or Sharjah city limits, please call 48 hours in advance to reconfirm pick up location and time.",
        "essentialNotes": "Pregnant women and people with heart problems are not allowed to take part in this activity. Not suitable for persons suffering with back or neck problems. Minimum Age: 3 years old If you have a food allergy or dietary requirement, please advice when booking. Vegetarian meals are available upon request. Casual wear Gloves. "
      },
      "passengers": [
        {
          "ptc": "ADT",
          "leadPassenger": false,
          "passengerInfo": {
            "nameTitle": "Mr",
            "givenName": "Prince",
            "surname": "Kumar"
          },
          "contact": {
            "contactsProvided": [
              {
                "emailAddress": [
                  "Mrr@hk.com"
                ],
                "phone": [
                  {
                    "phoneNumber": "+91737182121"
                  }
                ]
              }
            ]
          }
        },
        {
          "ptc": "ADT",
          "leadPassenger": false,
          "passengerInfo": {
            "nameTitle": "Mr",
            "givenName": "Neo",
            "surname": "Kumar"
          },
          "contact": {
            "contactsProvided": [
              {
                "phone": [
                  {}
                ]
              }
            ]
          }
        }
      ],
      "selectedData": {
        "options": [
          {
            "key": 1,
            "value": "Private tour - Standard Camp",
            "description": "Desert Safari, Dune Bashing and BBQ Dinner"
          }
        ],
        "dates": [
          {
            "key": 5,
            "value": "2025-01-12"
          }
        ],
        "tickets": [
          {
            "key": 1,
            "value": "ADULT(3-999)",
            "description": "Age: 3+",
            "price": 1727.53,
            "currency": "AED",
            "quantity": 2
          }
        ],
        "customerInfos": [
          {
            "groupName": "Supplier Question",
            "groupFields": [
              {
                "field": "Please advise the name of your hotel",
                "value": "Hotel"
              }
            ]
          }
        ]
      }
    }
  ],
  "version": "1.0.0"
}