Marhaba Search
This service is used to search for available marhaba meet and greet , lounge and transfer activities. By providing the flight , passenger details and the service and product type , user will receive list of marhabas to select.Marhaba Search Request
Marhaba search mainly consists with flight details
, passenger information
, service and product type
and travel class
.
Tags | Attribute | Description |
---|---|---|
meta | meta (Object) |
|
MarhabaSearchCriteria | (JsonObject) | |
product type* (String) |
Marhaba product type should be mention in this attribute. | |
service type* (String) |
Marhaba service type should be mention in this attribute. | |
Travel class* (String) |
Travel class 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 | |
Flight details | arrivalFlight* (Object) |
flight details should be updated here. |
departureAirportCode* (String) |
Adult count | |
arrivalAirportCode* (String) |
Child count | |
arrivalTerminal* (String) |
Arrival terminal should be updated here | |
flightNumber* (String) |
Flight number should be updated here | |
arrivalTime* (Time) |
Arrival time should be updated here | |
arrivalDate* (Date) |
Arrival date should be updated here |
Marhaba Search Response
After sending the marhaba search request Travlinq will give you all the available marhaba 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. | |
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 marhaba 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 marhaba Not released yet |
|
sgst* (Double) |
Not released yet |
|
igst* (Double) |
Not released yet |
|