Marhaba Auxiliaries
This service is used to get auxiliaries for marhaba result.Marhaba Auxiliary Request
Marhaba auxiliary request mainly consists with searchKey
, offerId
and auxiliaries
.
Tags | Attribute | Description |
---|---|---|
meta | meta (Object) |
|
marhabaAuxiliariesCriteria | (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. | |
Auxiliaries | auxiliaries* (Array) |
Contains an array of auxiliaries to be booked. |
auxiliaryOfferId* (String) |
An offer-specific identifier, ensuring clear reference for the selected auxiliaries. | |
quantity* (Integer) |
This specifies the quantity of auxiliaries being booked | |
Marhaba Auxiliary Request | |
---|---|
Marhaba Auxiliary Response
After sending the marhaba auxiliary request Travlinq will give you the details of the auxiliaries present for the selected marhaba .
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) |
This tag has the common Data in the response. |
auxiliaryOfferId * (String) |
A unique search id will be returned in the search response. | |
productName * (String) |
Name of the auxiliary | |
productCode * (String) |
Code of the auxiliary | |
productCategory * (String) |
Category of the auxiliary | |
Pricing Info | pricingInfo (Object) |
This tag has the common Data in the response. |
netAmount * (Double) |
Amount of the auxiliary | |
currency * (String) |
Indicates the currency code, such as "AED," associated with the product's pricing. |